FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
322 stars 140 forks source link

Permissions #307

Open timtim-75 opened 10 years ago

timtim-75 commented 10 years ago

Hi,

I'm trying to add user_likes and user_interests to permissions in my config.yml but nothing changed in the request from Facebook for permissions. I only receive request for friends, email, date of birth and public profile.

Any idea about what I have to change or do to make changes effective?

Thanks

Healkiss commented 10 years ago

And what about the permissions on your fb app ? (app details -> third block 'Configure App Center Permissions')

timtim-75 commented 10 years ago

It's ok, thank you, I finally find the problem, the permissions are settable in the twig object, not in the config.yml.

Thanks for your answer

2014/1/30 Healkiss notifications@github.com:

And what about the permissions on your fb app ? (app details -> third block 'Configure App Center Permissions')

Reply to this email directly or view it on GitHubhttps://github.com/FriendsOfSymfony/FOSFacebookBundle/issues/307#issuecomment-33680707 .

davidwiniarz commented 10 years ago

timtim-75, you wrote : "It's ok, thank you, I finally find the problem, the permissions are settable in the twig object, not in the config.yml."

Where is that?

timtim-75 commented 10 years ago

You have to set the permissions in your view.

Le samedi 5 avril 2014, deyvid5 notifications@github.com a écrit :

timtim-75, you wrote : "It's ok, thank you, I finally find the problem, the permissions are settable in the twig object, not in the config.yml."

Where is that?

Reply to this email directly or view it on GitHubhttps://github.com/FriendsOfSymfony/FOSFacebookBundle/issues/307#issuecomment-39632758 .