I have a PHP site developed in codeigniter.
The users post comments on the site and I want these comments to be tweeted to the users’s account. How can I do this???
I am using elliot haughin’s twitter library for sign in with twitter. Can this library be helpful for making tweets???
Thanks,
Aniket
Use this repository, which is an updated version of Elliot’s library. The original one is two years old and likely no longer actively maintained. See
tweet_test.phpfor an example tweet to Twitter which should get you started.