Page 1 of 1

Retrieve Email from Facebook Login

Posted: Wed Apr 08, 2015 8:32 am
by Spark Chao

hello
today I follow the tutorials to login form Facebook.
and set the url to retrieve information I want.
https://graph.facebook.com/me?fields=...

in service test I can get the email.
Image

but when I test the app,the email label is "undefined".
Image
dii I do something wrong?


Retrieve Email from Facebook Login

Posted: Wed Apr 08, 2015 5:04 pm
by Serhii Kulibaba

Hello,

Please check your brouser's console for errors. It looks like request is not correct.


Retrieve Email from Facebook Login

Posted: Thu Apr 09, 2015 4:32 am
by Spark Chao

it is work now !!
I change the js code .

var callbackUrl = "http://appery.io/app/view/" + Facebook_Settings.project_id + "/Facebook_Me.html";
var url = "https://www.facebook.com/dialog/oauth...=" + Facebook_Settings['client_id'] + "&redirect_uri=" + callbackUrl + "&scope=email&response_type=token";

https://devcenter.appery.io/tutorials...