Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to know why facebook have 2 different oauth dialog box for app and wonder how can I setup the oauth dialog like the 2nd one? I couldn't find tutorial on it.

Here is the one I had create following facebook tutorial where when we request extended permission it will prompt for 2nd page.

http://i.stack.imgur.com/ogL67.jpg
http://i.stack.imgur.com/4gdGS.jpg

example:

https://www.facebook.com/dialog/oauth?client_id=118927541622479&redirect_uri=https%3A%2F%2Fapps.facebook.com%2Fserveroauth%2F&state=19e718c4a3edd44364473712d5015f2c&scope=publish_stream

For this I had see from other developer the oauth dialog box will directly prompt the extended permission in 1st page and after allow it directly grant the required permission to the app.

http://i.stack.imgur.com/uGue8.jpg

example:

https://www.facebook.com/dialog/oauth?_fb_url=oauth%2Fauthorize&client_id=310557279950&display=page&redirect_uri=http://apps.facebook.com/pogogames/%3F%26k_type%3Dinstall%26authorized%3Dtrue&scope=publish_stream
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.