2017 © Pedro PelĂĄez
 

library twitter-app-only-auth

Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit

image

ckailash/twitter-app-only-auth

Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit

  • Sunday, November 15, 2015
  • by ckailash
  • Repository
  • 1 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Twitter Application-only authentication

Twitter Application-only API for Laravel 5., (*1)

Installation

Add ckailash/twitter-app-only-auth to composer.json., (*2)

"ckailash/twitter-app-only-auth": "~1.0"

Run composer update to get the latest version, (*3)

Or run, (*4)

composer require ckailash/twitter-app-only-auth

Now open up /config/app.php and add the service provider to your providers array., (*5)

'providers' => [
    'Ckailash\TwitterAppOnlyAuth\TwitterAppOnlyAuthServiceProvider',
]

Configuration

Run composer dump-autoload to reload the autoload files, (*6)

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., (*7)

Run php artisan vendor:publish and modify the config file with your own information., (*8)

/config/twitter-app-only-auth-config.php

Add the following to your .env file and you'll be on your way:, (*9)

T_CONSUMER_KEY= 
T_CONSUMER_SECRET= 
T_BEARER_TOKEN= 

The Versions

15/11 2015

dev-master

9999999-dev

Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit

  Sources   Download

MIT

The Requires

 

by Kailash Chandrasekaran

laravel twitter application-only increase-twitter-api-limit

15/11 2015

1.0.4

1.0.4.0

Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit

  Sources   Download

MIT

The Requires

 

by Kailash Chandrasekaran

laravel twitter application-only increase-twitter-api-limit

17/08 2015

1.0.3

1.0.3.0

Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit

  Sources   Download

MIT

The Requires

 

by Kailash Chandrasekaran

laravel twitter application-only increase-twitter-api-limit

17/08 2015

1.0.2

1.0.2.0

Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit

  Sources   Download

MIT

The Requires

 

by Kailash Chandrasekaran

laravel twitter application-only increase-twitter-api-limit

17/08 2015

1.0.1

1.0.1.0

Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit

  Sources   Download

MIT

The Requires

 

by Kailash Chandrasekaran

laravel twitter application-only increase-twitter-api-limit

17/08 2015

1.0.0

1.0.0.0

Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit

  Sources   Download

MIT

The Requires

 

by Kailash Chandrasekaran

laravel twitter application-only increase-twitter-api-limit