Can I fetch the tweet from Twitter if I know the tweet's id?
28 Answers
@Adjam & @Gibron
You can use any user name and the url will redirect to the correct twitter handle.
For instance, if I go to:
The link redirects to:
6You 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.
Yes you can. Check out Twitter's API documentation
1yes we can fetch by , if will fetch the status of the single id..
41Just look at the public API.
1