You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a native app scenario where we already have a PKCE OAuth2 flow in place to get the users access token and it is refreshed within the app, but it seems like you require far more than that to make API calls but the api docs imply for V2 you can get by with just the access token.
I have tried doing:
vartwitterCredentials=newTwitterCredentials(){AccessToken=AppState.GetTwitterOAuthToken()};vartwitterApi=newTwitterClient(twitterCredentials);// make calls on v2 endpoints
It just blows up giving me unauthorised etc though.
The text was updated successfully, but these errors were encountered:
I have a native app scenario where we already have a PKCE OAuth2 flow in place to get the users
access token
and it is refreshed within the app, but it seems like you require far more than that to make API calls but the api docs imply for V2 you can get by with just the access token.I have tried doing:
It just blows up giving me unauthorised etc though.
The text was updated successfully, but these errors were encountered: