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.

I'm working with an application that was built and integrated to Facebook using the legacy connect auth:

https://www.facebook.com/login.php?api_key={appkeyhere}

Starting sometime the week of Oct 22, 2012, existing users who login to the app using the above URL get redirected to https://www.facebook.com/login.php?login_attempt=1 and have a blank white screen. New users signing up to the app for the first time get redirected back to the application site.

I had the people who maintain the site check the deploy logs to see if there were breaking changes deployed to the pages that service the back end OAuth and they haven't made any changes.

Any ideas on where to start to try to debug this issue?

share|improve this question
I was able to use the login for Desktop Apps by using the login URL provided in the answer located here in this question stackoverflow.com/questions/6442773/… . I still would like to know why the login for our app is broken with a white screen. – Nick Bork Oct 29 '12 at 14:40

1 Answer

up vote 1 down vote accepted

Only the current documented authentication flows in the Login documentation are supported - last week the last of the legacy endpoints (most of which were deprecated in October 2011) were removed - For desktop apps there's more specific documentation at https://developers.facebook.com/docs/howtos/login/login-for-desktop/ which covers the details

share|improve this answer
Igy, thanks for the information. – Nick Bork Oct 29 '12 at 19:18

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.