if I want to authenticate a user through facebook is it necessary to get an ‘offline_access’ permission for my application.
It should be possible for the user to link his application profile to his facebook account. So if he is already logged in to facebook he didn’t has to authenticate again in my application.
I’m using the PHP-SDK with Zend.
Thank you.
– lony
The php-sdk facebook class has a method – getLoginUrl.
You can pass an array to it, change the array params based on what permissions you need.
A detailed list of permissions can be found here –
http://developers.facebook.com/docs/reference/api/user