When I try to use a user access token with OAuth 1.0a, I get this error:
{
"errors": [
{
"code": 214,
"message": "Webhook URL does not meet the requirements. Please consult: https://dev.twitter.com/webhooks/securing"
}
]
}
Just can’t get past this stage, I’m afraid.
The docs say that a “detailed error message” will be given, but this is about as generic as it gets. I have no idea why the Webhook URL is failing, and there’s nothing in the error to help narrow it down.
I’ve read the securing docs and followed every step in detail, but it’s just not working for me.
I’m worried about repeatedly trying this as the app is in production. Wonder if I can migrate my beta access to a different app ID - any Twitter devs that can advise on that?