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 Feb 22, 2024. It is now read-only.
I am setting up a simple app using Flask-Social for Facebook OAuth login. When I click the facebook login button, however, I go to Facebook (have to enter my email/pass if I'm not already logged in) and then I'm stuck on a blank white page (https://www.facebook.com/dialog/oauth with a redirect_uri).
The same thing happens if I try to log in with facebook to the flask-social-example site (http://flask-social-example.herokuapp.com/). I tried with another OAuth2 implementation (using a different library) and the auth flow worked fine.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I am setting up a simple app using Flask-Social for Facebook OAuth login. When I click the facebook login button, however, I go to Facebook (have to enter my email/pass if I'm not already logged in) and then I'm stuck on a blank white page (https://www.facebook.com/dialog/oauth with a redirect_uri).
The same thing happens if I try to log in with facebook to the flask-social-example site (http://flask-social-example.herokuapp.com/). I tried with another OAuth2 implementation (using a different library) and the auth flow worked fine.
Thanks!
The text was updated successfully, but these errors were encountered: