Skip to content
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

Invalid OAuth access token: AccessToken.current.tokenString #2431

Open
5 tasks done
hasayakey opened this issue May 29, 2024 · 1 comment
Open
5 tasks done

Invalid OAuth access token: AccessToken.current.tokenString #2431

hasayakey opened this issue May 29, 2024 · 1 comment

Comments

@hasayakey
Copy link

Checklist before submitting a bug report

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"
@ricsantos
Copy link

You will need to implement limited login and use the authentication token instead of access token if the user doesn't allow app tracking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants