twitter
twitter copied to clipboard
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
I'm using the package with laravel, Why the second argument is required for parameter ? v3: ```php Twitter::getTweet(12345678911, []) ``` Why not just using `Twitter::getTweet(12345678911)`? If this is a laravel...
On a fresh install of laravel 9, composer install symfony/service-contracts:3.0 which require psr/container:2.0 and this last one is not compatible with php-di/php-di requirement for this package : "Problem 1 -...
I find polls not listed as one of postTweet() parameters. Does the package have a different helper for polls that I failed to find, or is POST-ing polls not supported...
**exception: "RuntimeException"** file: "/home/ashlar/..../vendor/thujohn/twitter/src/Thujohn/Twitter/Twitter.php" line: 316 message: "[324] Tweet must not have more than 4 mediaIds."
How to fix this issue `Call to undefined method Atymic\Twitter\Service\Accessor::postTweet()`
I tried `linkTweet()` and `linkify()` methods on an API v2 instance, and got undefined method errors. Further, related to #339, it seems that the array structure used by the v2...
How we can use for multiple users with only one app? I have a Larvel application, where i want to auto post for admin as well as other multiple users....
Cannot retrieving media from incoming direct message Example: https://ton.twitter.com/1.1/ton/data/dm/1430512567705763852/1430512324612300806/UK9OrmkN.jpg
In the 'Sign in with twitter' part when twitter callback URL is called, token is stored in session (and I think for calling other functions for example postTweet, token is...
Hi dear! Thanks for creating great package. I am facing a strange issue I have same version of php i.e. 7.4.22 on my local (macbook) and live server (ubuntu) This...