Error logging with Facebook Expo After Facebook Android App Update
See original GitHub issueSummary
After last updates of official Facebook App can’t login. Facebook lite or previous versions works fine.
Managed or bare workflow? If you have ios/
or android/
directories in your project, the answer is bare!
managed
What platform(s) does this occur on?
Android
SDK Version (managed workflow only)
41
Environment
Expo CLI 4.5.0 environment info: System: OS: Linux 5.10 Manjaro Linux Shell: 5.8 - /bin/zsh Binaries: Node: 16.1.0 - /usr/bin/node Yarn: 1.22.10 - /usr/bin/yarn npm: 7.15.0 - /usr/bin/npm npmPackages: expo: ^41.0.0 => 41.0.0 react: 16.13.1 => 16.13.1 react-dom: 16.13.1 => 16.13.1 react-native: https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz => 0.63.2 react-native-web: ~0.13.12 => 0.13.18 npmGlobalPackages: expo-cli: 4.5.0 Expo Workflow: managed
Reproducible demo or steps to reproduce from a blank project
Try to login with latest expo-facebook package and latest facebook android app.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
[expo-facebook][SDK44] expo-facebook not working with expo ...
Install the app created on eas, run expo start --dev-client , scan the code and press the button to try to login. Only...
Read more >Why am I getting error when using expo-facebook login in ...
These are the steps I took: Register to Facebook Developer; Install expo-facebook; Fetch key hash for android app and add it on Facebook;...
Read more >Facebook - Expo Documentation
Prompts the user to log into Facebook and grants your app permission to access their Facebook data. On iOS and Android, if the...
Read more >Facebook login in Android using React and Expo
Hope this article helps you implement Facebook login and logout to your React Native mobile application. Cheers. Please follow me if you find...
Read more >Getting Started - Facebook SDK for Android - Documentation
When you use the Facebook SDK, some events in your app are automatically logged and collected unless you disable automatic event logging. For...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue, its blocking productions apps.
getting
Error: An error occurred while trying to log in to Facebook
while logging in.I have the same problem in loop.
“expo”: “~41.0.1”, “expo-facebook”: “~11.0.5”,