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

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


Solution 1:

@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:

Yes you can. Check out Twitter's API documentation

Solution 3:

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 4:

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..