Denly
Denly

Reputation: 949

Facebook OAuth Server: Failed in meteor

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!

Upvotes: 0

Views: 405

Answers (1)

yoowillns
yoowillns

Reputation: 36

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

[email protected] 
[email protected]

or update meteor version, works for me

Upvotes: 2

Related Questions