Package Data | |
---|---|
Maintainer Username: | ckailash |
Maintainer Contact: | mail@ckailash.com (Kailash Chandrasekaran) |
Package Create Date: | 2015-08-17 |
Package Last Update: | 2015-11-17 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:18:45 |
Package Statistics | |
---|---|
Total Downloads: | 49 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Twitter Application-only API for Laravel 5.
Add ckailash/twitter-app-only-auth
to composer.json
.
"ckailash/twitter-app-only-auth": "~1.0"
Run composer update
to get the latest version
Or run
composer require ckailash/twitter-app-only-auth
Now open up /config/app.php
and add the service provider to your providers
array.
'providers' => [
'Ckailash\TwitterAppOnlyAuth\TwitterAppOnlyAuthServiceProvider',
]
Run composer dump-autoload
to reload the autoload files
Run php artisan twitter-app-only-auth:generate-bearer <twitter-consumer-key> <twitter-consumer-key-secret>
to get the bearer token required to interact with the twitter API as an app.
Run php artisan vendor:publish
and modify the config file with your own information.
/config/twitter-app-only-auth-config.php
Add the following to your .env file and you'll be on your way:
T_CONSUMER_KEY=
T_CONSUMER_SECRET=
T_BEARER_TOKEN=