I am having a problem with facebook authentication in facebook Page Tab. I am usin JavaScript SDK FB.login method. I need theese scope: 'email,publish_stream'} permissions. And then I am launching my authentication function I am getting two popups one which asks to login and gives email permition and other requires to allow to post on whall. My question is how to login with only one permission asking?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Take a look at this page http://developers.facebook.com/docs/reference/api/permissions/ Here they specify two types of permissions. Basic permissions and extended permissions. publish_stream falls in the second category and that is why you are getting two pages. This is a new thing they have made to make sure users understand what they are giving access to. "You can ask for the following extended permissions in the scope parameter of the Auth Dialog. If you are using the Enhanced Auth Dialog, these permissions are revocable, and are presented on the second page of the Dialog." This is because of the Enhanced Auth Dialog. |
|||||
|
|
I found the answer to my question!
Thats it. You have one authentication popup. |
|||
|
|