Dear Appery,
i implemented Facebook login successfully by using your tutorial, now i want to take it one step further, by using the Graph API Explorer i selected the desired fields i want to get from FB account, for ex:
code
https://graph.facebook.com/1111111111?fields=id,name,location,friends.fields(location,username,picture)
/code
and when test in the Graph API Explorer i get the JSON i need.
in my project i set the same FB token scope as in the Graph API Explorer:
code
'&scope=friends_education_history, friends_work_history, publish_actions, read_friendlists, user_education_history, user_friends,user_work_history';
/code
however the JSON results in my project do include the fields i need such as:
code
friends.fields(location,username,picture)
/code
can someone pls point me on add those fields to my JSON response from FB?
Thx much in advance!
Best,
R.