Hi,
When i try to get https://api.twitter.com/1.1/statuses/retweets/21947795900469248.json with my credentials, i’m getting:
{
“errors”: [
{
“message”: “Your credentials do not allow access to this resource”,
“code”: 220
}
]
}
error. Any other twit id’s not working. Is there a problem with this endpoint? Because i was getting true response until yesterday. Something changed?
Is it already fixed? I also having the same error
I need help with this as well.
- favorites/list.json
- home, user, _timeline
- search/tweets
all work except this. Exact same error.
Exact same error for what parameters? How are you calling the API. This is a very old thread.
1 Like
Sorry. My bad. It works perfect. Using twitter npm module.
Apparently, I was properly using the twitter module for the working ones, and just sending a simple axios request for retweets API, instead of adding OAuth1 parameters to the headers and stuff.
Obviously those working ones don’t work when I do the same.
Please feel free to remove my post.
1 Like