Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forbidden 200 error when posting to webhook.json #177

Open
paololazzari opened this issue May 15, 2022 · 1 comment
Open

Forbidden 200 error when posting to webhook.json #177

paololazzari opened this issue May 15, 2022 · 1 comment

Comments

@paololazzari
Copy link

I have created an application which I want to use so that whenever my Twitter account is mentioned, an HTTPS endpoint is hit. The app is deployed in a Production environment.

I authenticated successfully via the PIN-based authentication process:

$ twurl authorize --consumer-key xxx --consumer-secret xxx
Authorization successful

and I can list the tweets on my timeline successfully:

$ twurl /1.1/statuses/home_timeline.json

however, when I try to register the endpoint following the documentation I get a Forbidden error message:

$ twurl -X POST "/1.1/account_activity/all/Production/webhooks.json?url=https://7hyz3gryvlegrmurud7vpz6j7u0goqkf.lambda-url.eu-west-2.on.aws"
{"errors":[{"code":200,"message":"Forbidden."}]}
@paololazzari
Copy link
Author

@andypiper any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant