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.

In almost every game i try in facebook i see all permissions in one initial screen, and "Allow" & "Not Allow" buttons. I want to display such dialog window, but turning off "Enhanced Auth Dialog" in Advanced settings doesn't help. :( My dialog always came with "Go to APP" button. Problem is, my client wants this dialog to be displayed in the middle of the app. First steps in the app are anonymous and not require authorisation, it needed actually at the very end, when info is collected. "Go to app" button in this case doesn't make any sense. How to show dialog with "Allow" button? I tried calling it by several methods, but every time it's new oAuth. Please, help.

share|improve this question
Your question doesn't make sense to me: The authorization dialog only displays when you, the programmer decide to show it. If you have an anonymous portion of your app, don't do any authorization. – Gil Birman Mar 30 '12 at 21:32
This is not this question is about. I have seen many apps with old style dialog - how they do it? In this case i am doing contract work, so if client wants it this way, i should find a way, if any. – Alexey Starchikhin Mar 31 '12 at 7:09
So the problem for me is the disabling Enhanced Dialog does nothing for some reason. It's definitly disabled in Advanced settings, but when i display Auth dialog, by any method, it's always new one. But other apps do it somehow, so there is a way. Why it does't work in my app? – Alexey Starchikhin Mar 31 '12 at 10:16
If you use an old app it's possible to make use of some old methods, but those methods are not available for the new apps you may build. – Philip Mar 31 '12 at 14:37

1 Answer

In certain situations for some or all users, Facebook will force you to use the new dialog. Eventually all apps will be forced to migrate to the new dialog so just accept it and move on.

http://developers.facebook.com/blog/post/2012/03/02/enhanced-auth-dialog-and-updates-to-permissions

http://developers.facebook.com/roadmap

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.