-
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
accessToken returned on iOS is invalid #546
Comments
Facing the same problem with
Error message:
|
Similar issue. |
I also have this same issue and can’t seem to figure out why. |
Similar Issue |
same issue since I have update the package to the latest version
|
same here |
You can try my solution #551 |
same issue here, [Error: [auth/invalid-credential] The supplied auth credential is malformed or has expired.] |
You can try my solution #551 (comment) |
Tried the solution you mentioned , but it stills giving me error on iOS, but works fine on android. |
Can I see your code. I think you miss some function. |
While searching for the solution of this issue, I saw this helpful comment: facebook/facebook-ios-sdk#2365 (comment) It will require updating BE but it makes it work. Hopefully, it can help everyone else here. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
🐛 Bug Report
Right now i'm retrieving the accessToken from the logInWithPermissions() function, on Android ti works normally, but on iOS looks like the token that it returns is invalid
To Reproduce
Try to login with iOS accessToken
Expected Behavior
The token should be valid and should let me authenticate normally
Environment
System:
OS: macOS 14.2.1
CPU: (8) arm64 Apple M2
Memory: 104.22 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 21.7.2
path: /opt/homebrew/bin/node
Yarn:
version: 1.22.19
path: /opt/homebrew/bin/yarn
npm:
version: 10.7.0
path: /opt/homebrew/bin/npm
Watchman:
version: 2024.04.08.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.2
- iOS 17.2
- macOS 14.2
- tvOS 17.2
- visionOS 1.0
- watchOS 10.2
Android SDK:
API Levels:
- "31"
- "33"
- "34"
- "35"
Build Tools:
- 30.0.3
- 33.0.0
- 34.0.0
- 35.0.0
System Images:
- android-33 | Google Play ARM 64 v8a
- android-34 | Google APIs ARM 64 v8a
- android-34 | Google Play ARM 64 v8a
- android-35 | Google Play Experimental 16k Page Size ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.18034.62.2411.12071903
Xcode:
version: 15.2/15C500b
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.12
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react: Not Found
react-native: Not Found
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
The text was updated successfully, but these errors were encountered: