Hey @juanshishido,
I tried use twurl cli tool for testing it out. but getting an error
I followed instructions to authenticate it with twitter app.
But what I am getting is this
twurl -H ads-api.twitter.com “/1/targeting_criteria/locations?q=Los Angeles” | jq .
{
“errors”: [
{
“code”: “UNAUTHORIZED_CLIENT_APPLICATION”,
“message”: “The client application making this request does not have access to this API”
}
],
“request”: {
“params”: {}
}
}
I tried find solution in the forum but no luck.
I successfully made lots of api calls with the php library
They seem like using different auth method.
I can’t find any place to make a request for ads api permission.
Can you help me out with this?
FYI, I can successfully made an api request for stream api.
Thank you in advance!