codebird-php icon indicating copy to clipboard operation
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.

Results 31 codebird-php issues
Sort by recently updated
recently updated
newest added

Hi team! Just to know if you are planning to upgrade the code for the v2 of twitter-ads-api (as the v1 is going to be deprecated on 2017-01-10). Thanks!

1 - In Progress
Critical
Enhancement

Not sure what's happening here, but it doesn't look right. Composer installs started failing today saying that an existing commit doesn't exist. We have had this package installed for years:...

I copied all my files for socia-feed.js which uses codebird for an old http website to a new https and it stops working. I get a 'Mixed Content error'. Then,...

Hi, Is there any way that i can Get a User Tweets by giving date range? By Since and Untill parameters just like Facebook is giving in its api.

Hi, I've been trying to post a video using the media_upload function but when I try to get the STATUS of the media_id I get the following error: [code] =>...

I pass the correct parameters for checking the status for a video upload as: ``` $cb->media_upload([ 'command' => 'STATUS', 'media_id' => $mediaId, ]); ``` "message" : "media parameter is missing."...

i was looking for api library that works with Twitter Labs (https://developer.twitter.com/en/account/labs) does this one works with that?

ive retrieve a image url from direct messages using this ``` $parameter_get_dm = ['count' => 10]; $get_dm = $twitter->directMessages_events_list($parameter_get_dm); foreach($get_dm->events as $item){ $file = $item->message_create->message_data->attachment->media->media_url; } ``` it will show...

i am beginner for twitter ads api please help me to schedule post on twitter.

https://i.imgur.com/H1vjy2I.png https://i.imgur.com/7NvaTay.png Anyone care to explain?