Send app request to facebook friends list

Hi,

I am new to ionic frame work.

I need to implement functionality of sending my app request to facebook friends from ionic app. It should be like when user click on invite facebook friends it should open a dialog with my friends list to select friends on then sending request to selected friends list and showing list of accepted friends in my application.

Thanks in advance.

You would have to code that yourself by using one of the Facebook plugins available

@ihadeed
I tried with facebook connect plugin showdialog method but it is returning “No active session” error. what might be the reason for this any idea regarding this.

What plugin are you using?

@ihadeed

i am using cordovaFacebook plugin.

http://ngcordova.com/docs/plugins/facebook/
https://github.com/Wizcorp/phonegap-facebook-plugin

Any hint about this?