Spark Chao
Posts: 0
Joined: Sat Jan 17, 2015 6:25 am

Retrieve Email from Facebook Login

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Retrieve Email from Facebook Login

Hello,

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

Spark Chao
Posts: 0
Joined: Sat Jan 17, 2015 6:25 am

Retrieve Email from Facebook Login

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

Return to “Issues”