@brandonmblack
I have exactly the same issue:
App ID: 9097150
request:
curl --get ‘https://ads-api.twitter.com/0/accounts/{my managed account}/authenticated_user_access’ --header ‘Authorization: OAuth oauth_consumer_key="{my key}", oauth_nonce="{my secret}", oauth_signature=“pr0bGI%2B3hofDTj4IwHVpWiRzP58%3D”, oauth_signature_method=“HMAC-SHA1”, oauth_timestamp=“1453968283”, oauth_token="{my token}", oauth_version=“1.0”’ --verbose
response:
{“data_type”:“user_access”,“data”:{“user_id”:xxxxxxxx,“permissions”:[“AD_MANAGER”,“TWEET_COMPOSER”]},“request”:{“params”:{“account_id”:“my managed account”}}}
request:
curl --request ‘POST’ ‘https://ads-api.twitter.com/0/accounts/{my managed account}/campaigns’ --data ‘daily_budget_amount_local_micro=1000000000&funding_instrument_id={my managed funding_instrument_id}&name=test&paused=true&start_time=2016-02-01T00%3A00%3A01Z’ --header ‘Authorization: OAuth oauth_consumer_key="{my key}", oauth_nonce="{my secret}", oauth_signature=“5kNPUPLxmMO1j1SJdjLNho20DL8%3D”, oauth_signature_method=“HMAC-SHA1”, oauth_timestamp=“1453951375”, oauth_token="{my token}", oauth_version=“1.0”’
response:
{“errors”:[{“code”:“UNAUTHORIZED_CLIENT_APPLICATION”,“message”:“The client application making this request does not have access to this API”}],“request”:{“params”:{}}}
I think have the required authority.
What’s happening?