I have to create a new simple Facebook application. Everything was great until I wanted to configure the app Permissions. The “Authenticated referrals” option is disappeared. Maybe it is an amature question, but.. what now? I configured everything, and the Auth Dialog doesnt show up, so the application doesnt ask for any permission.
I have to access the users:
- likes
and I have to publish a photo to his/her profile.
How can I get permissions now? I tried to find out on the developer blog but I found nothing usefull.
Thanks in advance and sorry for my English. 😉
It seems that you are using PHP and since you didn’t mention using Javascript, this is the server-side flow, step four is where you specify the permissions (using the
scopeparameter):For the list of permissions, refer to the permissions document.