Skip to content

PHP Client to Login with Twitter using PHP library and share message on timeline.

Notifications You must be signed in to change notification settings

SoftprodigyIndia/TwitterPHPClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter PHP Client

PHP Client to Login with Twitter using PHP library and share message on timeline.

Step 1:

Create an app on twitter. You will get a consumer key and secret key.

Note:

  1. It will not run on local server .
  2. It allows only 140 character message in length .

Step 2:

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 .

Step 3:

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.

Step 4 :

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.

About

PHP Client to Login with Twitter using PHP library and share message on timeline.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages