You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the called API URL is : GET https://api.twitter.com/2/users/by/username/elonmusk
So why are you using GET /2/users/by/username/:username for getting a user tweet instead of GET /2/users/:id/tweets ?
I'm asking because maybe the discordance seen above is only for GET /2/users/by/username/:username and not for GET /2/users/:id/tweets.
Thanks for your feedback.
The text was updated successfully, but these errors were encountered:
I created a question in the Twitter forum for a discordance between rate limit in the documentation and rate limit in the API. See here.
But here, my question is for you.
My code for getting tweets same as documentation :
And the called API URL is : GET https://api.twitter.com/2/users/by/username/elonmusk
So why are you using
GET /2/users/by/username/:username
for getting a user tweet instead ofGET /2/users/:id/tweets
?I'm asking because maybe the discordance seen above is only for
GET /2/users/by/username/:username
and not forGET /2/users/:id/tweets
.Thanks for your feedback.
The text was updated successfully, but these errors were encountered: