Hi,
Recently I am working on set up an automated feed from Twitter Ads API. I found an git hub repository
The code on “fetch_stats.py” requires the following authentication credentials to make a request:
CONSUMER_KEY, CONSUMER_SECRET, USER_OAUTH_TOKEN, USER_OAUTH_TOKEN_SECRET.
I found CONSUMER_KEY, CONSUMER_SECRET from https://apps.twitter.com/app/503412/keys
Where can I find USER_OAUTH_TOKEN, USER_OAUTH_TOKEN_SECRET?
Do I need to request for these two? Is there any way to get permanent USER_OAUTH_TOKEN, USER_OAUTH_TOKEN_SECRET, not temporary?