xdevplatform / Twitter-API-v2-sample-code

Sample code for the Twitter API v2 endpoints
https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api
Apache License 2.0
2.61k stars 967 forks source link

NameError: name 'fetch_response' is not defined #126

Open Imagineer99 opened 1 year ago

Imagineer99 commented 1 year ago

Getting this error when launching sample tweet post script: esource_owner_key = fetch_response.get("oauth_token") ^^^^^^^^^^^^^^ NameError: name 'fetch_response' is not defined

My keys are correct and my account should have the relevant access, can anyone please help me find out what is causing this issue I would be very appreciative, thank you.

pamuiafrika commented 1 year ago

i'm experiencing the same problem

pelagicBKK commented 11 months ago

was this fixed?

Imagineer99 commented 11 months ago

was this fixed?

Unsure.

infecticide commented 8 months ago

+1 adding myself to this list. Did anyone find out why it's occurring?