As I understand it, oAuth will soon be required for any call to the twitter API.
All I want to do is display a list of public tweets on a website using javascript. What would be best the way to do this considering twitters new guidelines on mandatory authentication? (I have never used the twitter API before)
Thank you.
Twitter will indeed soon require some kind of authentication for every API access:
For listing public tweets, you will probably only be required to authenticate your application, so no user login will be required. However, there’s no definite answer to this until Twitter releases their Twitter API Version 1.1 documentation.