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

delete_tweet.py returns 403 in free tier #141

Open
pat-ladon opened this issue Oct 23, 2023 · 1 comment
Open

delete_tweet.py returns 403 in free tier #141

pat-ladon opened this issue Oct 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@pat-ladon
Copy link

Hi @JessicaGarson,

Describe the bug
While create_tweet.py worked, delete_tweet.py didn't with the OAuth1. The following exception is raised:
Exception: Request returned an error: 403 {"title":"Forbidden","status":403,"detail":"Your client app is not configured with the appropriate oauth1 app permissions for this endpoint.","type":"https://api.twitter.com/2/problems/oauth1-permissions"}

To Reproduce
Steps to reproduce the behavior:
Execute delete_tweet.py with OAuth1 in Free Tier.

Expected behavior
The tweet should be deleted in Free tier as the delete endpoint is listed under my Products in the free tier.

Additional context
Thanks for providing these sample files in different languages!

@pat-ladon pat-ladon added the bug Something isn't working label Oct 23, 2023
@yiyiyi0817
Copy link

Hi, I have also encountered this problem, it has been a few months since you posted, have you solved this problem? @pat-ladon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@yiyiyi0817 @pat-ladon and others