-
Notifications
You must be signed in to change notification settings - Fork 167
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
App switches automatically to limited login when updated to v13 #520
Comments
this is an upstream change with version 17 of the Facebook iOS SDK: facebook/facebook-ios-sdk#2375 and it sounds like it is a deliberate behavior change by Facebook, if you do not have tracking permissions you automatically get opted into limited login.
either way I don't think there is anything that can be done on this library. |
question: how do i get 'get tracking permissions to use classic login' this permission ? |
I do have the same question. So, if anyone has any information about this, would be very good if you share it :D |
@gustavos00 @Daniel3711997 you can use https://github.com/zoontek/react-native-permissions Check |
Asking for the APP_TRACKING_TRANSPARENCY actually works. Thanks a lot. |
👋 just a note that we love documentation PRs, they're easy to make and easy to merge. If there's anything that will help future developers avoid some problem you had, proposing a docs PR is the way to help / pay it forward. Cheers |
I'm using react-native-fbsdk-sdk for facebook login in my application.
I've update react-native-fbsdk-sdk : ^13.0.0
Now my Facebook SSO login opens by default to
limited.facebook.com
domain.Here's my code:
The text was updated successfully, but these errors were encountered: