I am following this documentation to get Tweet by its ID.

I have set all the authentication keys but always get 404 when sending GET request in Postman.

For example, if I want to get a Tweet with following ID 1194754925135355906, I am requesting this endpoint

https://api.twitter.com/1.1/statuses/show.json?id=1194754925135355906,
OR
https://api.twitter.com/1.1/statuses/show.json?id=1194754925135355906.

But I still get 404.

Thanks in advance.

Give twurl GitHub - twitter/twurl: OAuth-enabled curl for the Twitter API a try for testing endpoints:

twurl "/1.1/statuses/show.json?id=1194754925135355906"
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.