Wizcorp / phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Other
1.91k stars 2k forks source link

facebookConnectPlugin.api() is not working in ionic #1300

Open MohammedJaffar opened 8 years ago

MohammedJaffar commented 8 years ago

Hi guys I creating an app using social media login integration , i need the details of user birthday and email so use the call this facebookConnectPlugin.api( "me/?fields=id,email,birthday,gender,name", function (result) { // On success }, function(error){ // On Error } When i call this method , they return an empty and page got struck at this line

Please help me and Thanks in advance