Search code examples
twittertwitter-rest-api

Twitter Rest API Read tweets from one page endpoint


I've never used twitter before and I need to implement the Twitter Rest API. I need to read all the tweets from one page (example: here) with my application.

Now I'm reading the documentation and I can't figure out which endpoint I have to use for this.

Can someone point me out with which endpoint I have to use?

Documentation.


Solution

  • Some examples

    A user timeline https://twitter.com/azure -> https://dev.twitter.com/rest/reference/get/statuses/user_timeline

    Your home timeline https://twitter.com/ -> https://dev.twitter.com/rest/reference/get/statuses/home_timeline

    A tweet permalink https://twitter.com/Azure/status/898616738396332033 -> https://dev.twitter.com/rest/reference/get/statuses/show/id