Reputation: 26317
I'm looking for a way to show the facebook enhanced dialog box so I can explain to users why they are giving my app permissions.
My url for permissions looks like this:
https://www.facebook.com/dialog/oauth?client_id=xxx&redirect_uri=xxx&scope=email,user_location
And my permissions box looks like this:
However I want my dialog to look like this:
How to I change this? I've set the values of the fields as they have in this post but I still get the first dialog box.
Any help is appreciated.
Upvotes: 1
Views: 1200
Reputation: 3665
Look at this - https://developers.facebook.com/docs/apps/review/, may be you should send you app to review.
Upvotes: 0
Reputation: 19995
Unless I'm mistaken, the enhanced auth dialog is no more or rather... it has been streamlined as referenced by this post https://developers.facebook.com/blog/post/2012/12/12/providing-people-greater-clarity-and-control/
As seen above the app "Run with Friends" no longer shows the enhanced dialog.
Upvotes: 1