We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When logging in again Facebook shows "You have already authorized Field the Bern." It would be nice to prevent this from happening.
The text was updated successfully, but these errors were encountered:
Look into http://stackoverflow.com/questions/17615819/facebook-sdk-3-0how-to-remove-you-have-already-authorized-to-this-app-screen , http://stackoverflow.com/questions/10888582/facebook-login-give-me-already-authorized-this-app-without-automatic-returning-t and http://answers.soom.la/t/solved-how-to-avoid-showing-already-authorized-to-app-dialog-in-android-facebook-sdk/1044. Most likely culprit seems to be that we need to check that single-sign on is turned on in Facebook
Sorry, something went wrong.
@dedual I checked that SSO is turned on in FB and it appears to be.
Are we effectively storing and trying to retrieve the access token?
https://teamtreehouse.com/community/swift-is-it-possible-to-avoid-facebook-sdk-4x-you-have-already-authorized-this-app-dialog-on-login
No branches or pull requests
When logging in again Facebook shows "You have already authorized Field the Bern." It would be nice to prevent this from happening.
The text was updated successfully, but these errors were encountered: