codebird-php
codebird-php copied to clipboard
Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
I shared a post from a third party blog website to my twitter account and it didn't returned the link to that actual post on its website, in the response....
I am working on twitter sign-up on my web application and I have an issue that I am not quite sure what the problem is. -----------TwitterAuth.php----------- ` class TwitterAuth{ protected...
Hello, I have a Tweet ID and I'm trying to use CodeBird to retrieve the total amounts of views, replies, favorites, and retweets of that Tweet ID. I tried to...
Hi, I am trying to implement the codebird-cors-proxy in nginx server. But it was not working I ahve added cb.setProxy('https://twitterproxy.sample.xyz'); and the request token api https://twitterproxy.sample.xyz/oauth/request_token is getting 403 (...
When I hit my script in a browser, everything goes fine. When cron runs the script, it builds the tweet, and carries out the database stuff, but the tweet never...
Since last weekend, there has been an error in the authentication step for some of our users stating: `Whoa there! The request token for this page is invalid. It may...
I'm trying to upload an image but i see that the example code sugests: // these files to upload. You can also just upload 1 image! $media_files = [ 'bird1.jpg',...
I followed the README exactly as it explains sending off multi-part uploads to the TON API. However I am always getting a `403` error response with no error messages. ```...
New tweets sent by Codebird are automatically in "everyone can reply" mode. Is there a parameter to change that to "peoply you follow can reply" mode?
I am usign recommended code structure to upload a video for a tweet. I get the following error: Can't find HTTP method to use for "upload". in /home/oldtuber1/myoldtv.com/cmsCSoft/codebird-php-develop/src/codebird.php on line...