Topic-icon FB access permissions

Active Subscriptions:

None
10 years 1 month ago #57947 by french150
Hi. Created the FB app as your documentation. I see in my app access permissions details on Fb developer page only some access permissions allowed.
Look the attachment and tell me if i need only those access permissions or do i have to ask others too please.
Best regards
File Attachment:
The topic has been locked.
Support Specialist
10 years 1 month ago #57951 by mel
Replied by mel on topic FB access permissions
The permissions required for your site depend on which features you have enabled for your site, such as Social Profiles or Channels. A starting point would be to look at the source of your page and look at the scope variable. I attempted to go to your page but got a login prompt/offline message, so I can't tell you the value for your site. JFBConnect builds the scope based on how you have configured our tool.

For instance on sourcecoast.com, you will see that we are only requesting the email permission:
jfbc.login.scope = 'email';

-Melissa
The topic has been locked.
Active Subscriptions:

None
10 years 1 month ago #57957 by french150
Replied by french150 on topic FB access permissions
My site is online now. Please access to my site and let me know.
Thanks

Best regards
The topic has been locked.
Support Specialist
10 years 1 month ago #57965 by alzander
Replied by alzander on topic FB access permissions
The HTML in your site has the following line:
jfbc.login.scope = 'email,user_hometown';
You don't need to request permission for Email. Since you seem to be importing the user's hometown data into your site, you'll need to request permission from Facebook to gather this information from your users.

I hope that helps answer your question,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 1 month ago #57971 by french150
Replied by french150 on topic FB access permissions
I deleted the import home city from user so i won't ask any permission to FB.
Thanks
Best regards
The topic has been locked.
Support Specialist
10 years 1 month ago #57979 by alzander
Replied by alzander on topic FB access permissions
Glad to hear we could help. If you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.