-
-
Notifications
You must be signed in to change notification settings - Fork 119
Facebook invalid access token in production build #619
New issue
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
Comments
Same happens to me, it seems that that the tokenString property is returning a nonvalid, the plugin should return something like "EEAGtoken" but its seems it's different and invalid for graph.facebook to work Edited: April 10, 2025: |
I find a solution. You have to enable tracking for your application before you try to use facebook login. |
@GergelyNemes but if you show the ATT dialog and the user refuses tracking, the access token is still invalid :( |
I made a PR, where the authenticationToken is added to the LoginResult. https://developers.facebook.com/docs/facebook-login/limited-login/ios |
Hi.
I have a problem with facebook login on IOS when i build to production. The login is working fine when i'm building the app with "ns debug ios" to test it on my phone but when the app is built to production i get an access token from facebook witch is invalid. When i put the token into facebook Access token debugger it's says "Invalid OAuth access token - Cannot parse access token". Does anybody run into the same issue?
The text was updated successfully, but these errors were encountered: