Facebook OAuth Server: Failed in meteor

女生的网名这么多〃 提交于 2019-12-25 12:48:14

问题


Hi I had managed to let FB log in work, but after I changed "Valid OAuth redirect URIs" setting in FB and than change it back again. Login is not working anymore. My server shows:

Error in OAuth Server: Failed to complete OAuth handshake with Facebook. 
{"access_token":"*******...",
"token_type":"bearer","expires_in":5183894}

Any ideas? I heard open a new FB app may work, but it can't be like this every time. Thanks you!


回答1:


This should solve the problem, edit the meteorite packages file and replace it with:

accounts-facebook@1.1.0 
facebook-oauth@1.3.0

or update meteor version, works for me



来源:https://stackoverflow.com/questions/43056282/facebook-oauth-server-failed-in-meteor

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