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 set the environment variables TWAUTH_APP_CONSUMER_KEY and TWAUTH_APP_CONSUMER_SECRET. App permissions are also set to Read and Write and Direct Message. The type of app is a Web App, Automated App, or Bot. The Callback URI / Redirect URL is http://127.0.0.1:5000/callback.
When running the program, I am able to retrieve values for oauth_denied, oauth_token, oauth_verifier, and oauth_store correctly. The browser also redirects to the Twitter authentication screen. However, upon returning to the application, an error occurs. I have tried adjusting the settings, but the issue persists.
The text was updated successfully, but these errors were encountered:
"A successful response contains the oauth_token, oauth_token_secret parameters. The token and token secret should be stored and used for future authenticated requests to the Twitter API. To determine the identity of the user, use GET account/verify_credentials."
thank you friend, with your solution i had fix 403 error. but after that i got anohter error , may i ask do you have encountered this error? and how to Set the API connection to v2 and change the endpoint with this twauth-web project? :
❌ Error: [{'message': 'You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https:developer.twitter.com/en/portal/product', 'code': 453}]
I have set the environment variables TWAUTH_APP_CONSUMER_KEY and TWAUTH_APP_CONSUMER_SECRET. App permissions are also set to Read and Write and Direct Message. The type of app is a Web App, Automated App, or Bot. The Callback URI / Redirect URL is http://127.0.0.1:5000/callback.
When running the program, I am able to retrieve values for oauth_denied, oauth_token, oauth_verifier, and oauth_store correctly. The browser also redirects to the Twitter authentication screen. However, upon returning to the application, an error occurs. I have tried adjusting the settings, but the issue persists.
The text was updated successfully, but these errors were encountered: