I am writing a website that interfaces with twitter (not just to pull data, but to publish an update when a new news item is added). Does anyone know any good php libraries that login to twitter (using oauth), can pull tweets, and post tweets.
Share
This https://github.com/abraham/twitteroauth lib is an old one but still maintained and fully support OAuth.