Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

twitter

People also ask

What is a tweet status ID?

Today, Twitter IDs are unique 64-bit unsigned integers, which are based on time, instead of being sequential. The full ID is composed of a timestamp, a worker number, and a sequence number.

How do I find tweets that contain a URL?

To find tweets containing an url you have to pass the parameter q="url:stackoverflow.com" . Unfortunately you must have an access token to do this call. More info how to use Twitters search operators can be found at https://developer.twitter.com/en/docs/tweets/search/guides/standard-operators.


@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

Yes you can. Check out Twitter's API documentation


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


https://api.twitter.com/1/statuses/show/id.json

Example: https://api.twitter.com/1/statuses/show/130022282960715776.json