I do everything by the book.
My developer-api access granted.
I installed twurl right.
I got the “Authorization successful” massage everytime i try to authorize my app.
But everytime i typed this;
“twurl -H “ads-api.twitter.com” “/0/accounts/””
i get this;
"{“errors”:[{“code”:“UNAUTHORIZED_CLIENT_APPLICATION”,“message”:“The client application making this request does not have access to this API”}],“request”:{“params”:{}}}"
I tried this with twitter-python-ads-sdk but i get ;
“Traceback (most recent call last):
File “twit.py”, line 17, in
account = client.accounts(ACCOUNT_ID)
File “C:\Python27\lib\site-packages\twitter_ads\client.py”, line 89, in accounts
return Account.load(self, id) if id else Account.all(self)
File “C:\Python27\lib\site-packages\twitter_ads\account.py”, line 47, in load
response = Request(client, ‘get’, resource, params=kwargs).perform()
File “C:\Python27\lib\site-packages\twitter_ads\http.py”, line 72, in perform
raise Error.from_response(response)
twitter_ads.error.Forbidden: <Forbidden object at 0x5acff78L code=403 details=[{u’message’: u’The client application making this request does not have access to this API’, u’code’: u’UNAUTHORIZED_CLIENT_APPLICATION’}]>”
What should i do ?