An open API service indexing awesome lists of open source software.

https://github.com/softprodigyindia/twitterphpclient

PHP Client to Login with Twitter using PHP library and share message on timeline.
https://github.com/softprodigyindia/twitterphpclient

php-twitter twitter twitter-client twitter-login twitter-php

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.*