Need user's state who register using facebook.
-
I’ve got the permission from the facebook for the user_hometown data. I’ve also modify “scope=public_profile,email” to “scope=public_profile,email,user_hometown” in fball_connect.js file.And in facebookall_process.php file I’ve changed the url of graph API to json_decode(facebookall_get_fb_contents(“https://graph.facebook.com/v2.4/me?fields=id,name,first_name,last_name,email,age_range,link,gender,picture,locale,verified,address&access_token=”.$_REQUEST[‘fball_access_token’]))(Add address parameter in fields). But cann’t get address of the user. Could you please help me to solve this issue ?
One more thing when I click login/register with facebook button, at that time it shows login form of facebook but it doesn’t show the permission box. Permission box should show before the registration with facebook. Its may be related with first isuue. Because to access user_hometown data, we must have to get permission from user. Could you please help me to solve this issue ?
- The topic ‘Need user's state who register using facebook.’ is closed to new replies.