Sunday, 8 September 2013

Facebook Login Permissions

Facebook Login Permissions

I am following the basic php facebook login example. When I tap the Login
to Facebook url, it will prompt the user "MYAPP would like to access your
public profile and friend list."
I don't need to access the user's friends list. I just want the user to be
able hit a like button and then get logged in, and have a callback
verifying that the like button was pressed.
The sdk says:
https://developers.facebook.com/docs/facebook-login/permissions/#overview:
"During the basic login flow, your app receives access to a person's
public profile and friend list"
Any way to do this without asking permission?

No comments:

Post a Comment