Legacy Connect Auth stopped working

孤街浪徒 提交于 2019-12-11 09:46:11

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/13123158/legacy-connect-auth-stopped-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!