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.
- Host: GitHub
- URL: https://github.com/softprodigyindia/twitterphpclient
- Owner: SoftprodigyIndia
- Created: 2018-01-09T13:02:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T11:37:21.000Z (over 7 years ago)
- Last Synced: 2025-02-26T15:34:34.014Z (10 months ago)
- Topics: php-twitter, twitter, twitter-client, twitter-login, twitter-php
- Language: PHP
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*