PHP Client to Login with Twitter using PHP library and share message on timeline.
Create an app on twitter. You will get a consumer key and secret key.
- It will not run on local server .
- It allows only 140 character message in length .
Put Consumer key , secret key, auth token , auth secret and redirect url (Where you want to redirect your page after successful login) in TwitterConfig.php file .
Database Flow: There is a file named User.php. Please put Database name, username and password details in this file. Then it will automatically create table and fields.
Enjoy tweets :)
Some design might require modifications, it is working properly only in terms of functionality at the moment. This has been developed in core PHP.