bird-elephant
bird-elephant copied to clipboard
PHP library for Twitter API v2
**Describe the bug** I am using OAuth 2.0 Authentication, I need to send the tweet using the access_token authorized by the user. Because it is 2.0 oauth, I did not...
I have a '_this used to work_' problem 😬 (sorry!) I am using Laravel to automate a tweet. ```php $credentials = array( 'consumer_key' => env('TWITTER_CONSUMER_KEY'), 'consumer_secret' => env('TWITTER_CONSUMER_SECRET'), 'bearer_token' =>...
Hello, Thank you for providing this SDK :) I'm using your `authenticate.php` and `index.php` example. I get the access token successfully, but then, for some reason, I'm not able to...
Hey! When making requests to the Twitter API, they return headers as described here: https://developer.twitter.com/en/docs/twitter-api/rate-limits > Note that the HTTP headers are contextual. When using application-only authentication, they indicate the...