twitter

How to use Twitter API?


I want to use twitter api without authentication. Is it possible? For example, I am going to get the user profile for certain user. Can I get his user profile without authentication?


Solution

  • User authentication is mandatory. You also need to create a customer account and use the authentication for that.

    You will also need to deal with api rate limiting by adding a small sleep time of around 60 seconds.

    You can use this link to see some working code.