twitter-api-php
twitter-api-php copied to clipboard
Add support for application only authentication?
A feature that might be useful.
Adding support for application only authentication allows for a larger amount of requests to be made. And all it need (i think), is to change the url for the authentication request.
(Check out: https://dev.twitter.com/oauth/reference/post/oauth2/token https://dev.twitter.com/oauth/application-only )