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
2022.3.45f1
17.0.1
iOS
17.5.1
The logged in account should be the one that's requested to login in the game.
The same user is prompted to accept, and is not the one logged in, despite other users being the ones actively logged in.
FB.Init(OnInitComplete); void OnInitComplete() { if (FB.IsInitialized) { FB.ActivateApp(); } } public void Login() { if (FB.IsLoggedIn) { return; } FB.LogInWithReadPermissions(Permissions, OnLoginComplete); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Environment
2022.3.45f1
17.0.1
iOS
version17.5.1
Expected Results
The logged in account should be the one that's requested to login in the game.
Actual Results
The same user is prompted to accept, and is not the one logged in, despite other users being the ones actively logged in.
Steps to Reproduce
Tested
Code Samples & Details
The text was updated successfully, but these errors were encountered: