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
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