facebook-ios-sdk
facebook-ios-sdk copied to clipboard
Invalid OAuth access token: AccessToken.current.tokenString
Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing GitHub issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
15.4
Facebook iOS SDK version
17.0.2
Dependency Manager
SPM
SDK Framework
Login
Goals
AccessToken.current.tokenString should return valid oauth access token string
Expected results
AccessToken.current.tokenString should return valid oauth access token string
Actual results
https://developers.facebook.com/tools/debug/accesstoken/?access_token=$(AccessToken.current.tokenString)&version=v20.0 alert error: Invalid OAuth access token - Cannot parse access token
Steps to reproduce
No response
Code samples & details
// INSERT YOUR CODE HERE
var example = "Example code"