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.

Having a bit of a problem here (well OAuth is working for us, but the auth dialog does not display as is advertised on the technical specs). We make a call to the OAuth dialog, but then the dialog only asks the user to log in. The thing is, after getting the token back, we do have access to that user's basic information. Am I missing something here? Has something changed?

Thanks

Richard

share|improve this question

1 Answer

I was having this problem too! I guess what you're observing is the 'enhanced' authorization dialog. You can get this display the traditional/expected dialog by changing your app's setting: goto developers.facebook.com -> apps -> settings -> advanced -> Migrations : Enhanced Auth Dialog, set to Disabled and then save.

Good luck!

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.