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 interacting with the Facebook API within an app or tab iframe the signed_request may contain an oauth_token from a previously evaluated session.
signed_request
oauth_token
In those cases the login() method should automatically parse that token instead of just checking the available oauth credentials.
login()
The text was updated successfully, but these errors were encountered:
#7 reading signed request for an oauth token
d75e527
No branches or pull requests
When interacting with the Facebook API within an app or tab iframe the
signed_request
may contain anoauth_token
from a previously evaluated session.In those cases the
login()
method should automatically parse that token instead of just checking the available oauth credentials.The text was updated successfully, but these errors were encountered: