You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
When a Facebook callback error occurs it renders as [object Object].
How to reproduce
Start an example application and navigate to /login.
Click the login to Facebook login link.
While being on the Facebook OAuth provider page prompting you to authorize your application to access your Facebook account. Go into the Facebook Developer dashboard and remove your whitelisted callback URI.
Go back to the Facebook provider page and authorize your application to access the account.
You should be redirected back to /login and with an error message stating [object Object] (as shown below):
The text was updated successfully, but these errors were encountered:
When a Facebook callback error occurs it renders as
[object Object]
.How to reproduce
/login
./login
and with an error message stating[object Object]
(as shown below):The text was updated successfully, but these errors were encountered: