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

2

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

 
6

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.

Yes you can. Check out Twitter's API documentation

1

yes we can fetch by , if will fetch the status of the single id..

Example:

4

:{twittername}

1

Just look at the public API.

we could test twitter api in

 
1