Can I fetch the tweet from Twitter if I know the tweet's id?

Twitter

Twitter Problem Overview


Can I fetch the tweet from Twitter if I know the tweet's id?

Twitter Solutions


Solution 1 - Twitter

@Adjam & @Gibron

You can use any user name and the url will redirect to the correct twitter handle.

For instance, if I go to:

twitter.com/anyuser/status/541278904204668929

The link redirects to:

https://twitter.com/MarkTabNet/status/541278904204668929

Solution 2 - Twitter

You don't need to use the API or know the user account.

Just drop it into the following URL format, where XXXXXXXXX is the tweet id.

https://twitter.com/i/web/status/XXXXXXXXX

Solution 3 - Twitter

Yes you can. Check out Twitter's API documentation

Solution 4 - Twitter

yes we can fetch by https://dev.twitter.com/docs/api/1/get/statuses/show/%3Aid , if will fetch the status of the single id..

Solution 5 - Twitter

Solution 6 - Twitter

Solution 7 - Twitter

Just look at the public API.

Solution 8 - Twitter

we could test twitter api in https://apigee.com/console/twitter

https://api.twitter.com/1.1/statuses/show/335393046625652736.json

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionpankajView Question on Stackoverflow
Solution 1 - TwitterdatalifenycView Answer on Stackoverflow
Solution 2 - TwitteraaronbaumanView Answer on Stackoverflow
Solution 3 - TwitterShobanView Answer on Stackoverflow
Solution 4 - TwitterSyed Sami ul AhbabView Answer on Stackoverflow
Solution 5 - TwitteronejigtwojigView Answer on Stackoverflow
Solution 6 - TwitterNick AllenView Answer on Stackoverflow
Solution 7 - TwitterAndrea BalducciView Answer on Stackoverflow
Solution 8 - TwitterdiyismView Answer on Stackoverflow