Greetings,
- I successfully registered the webhook
- I successfully requested user access token with Sign in with twitter
Now I’m trying to subscribe the user to webhook using
POST https://api.twitter.com/1.1/account_activity/all/production/subscriptions.json
But response is 401 Unauthorized
{
"errors": [
{
"code": 32,
"message": "Could not authenticate you."
}
]
}
What am I missing?
App ID: 14975877
Thanks