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

We are using codebird-php sdk to send feed data of my website to twitter account. we are using below code:- $params = array( 'status' => $message.' '.$price.' https://www.caradonna.com/specials', 'media_ids' =>...

Currently points to https://www.jublo.net/projects/codebird/php - which 404s. ![Screen Shot 2019-09-23 at 10 47 24](https://user-images.githubusercontent.com/837136/65416376-94824b80-ddef-11e9-8f8a-e9ea941b4e77.png)

These lines of code which had been working fine until recently are now giving an error $reply = $cb->statuses_updateWithMedia($params); $reply = $cb->statuses_update($params); Unknown SSL protocol error in connection to api.twitter.com:443

It's taken a little while to work out but PHP 7.3 seems to always return a server error with this function. I'm uncertain if it's any other function but the...

Bug
0 - Backlog
Help wanted

Does anyone have any information on this outage? It's been going on for several weeks now. Thank you!

Pending Reply
Question

I've been using Codebird for php for Twitter since it came out and now have version 3-1-5. With this I've been trying to develop a direct messaging app and seem...

Bug
0 - Backlog
Help wanted

Hello, I tried to run composer install using given composer.json, it is throwing `[RuntimeException] Could not scan for classes inside "src/" which does not appear to be a file nor...

Hi, How to implement Twitter Account Activity API calls in Codebird PHP? https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference/aaa-premium We are trying to Register a Webhook. ![image](https://user-images.githubusercontent.com/36843980/47003193-5646cb80-d14c-11e8-9185-bdfcfd470920.png) For above call we got response as below: {#784...

Feature
Critical
3 - Done

Thank you for the great code, and I was searching for a php example on how to authenticate users with my application using codebird ... could you please offer a...

Hello, I try to access without success to this kind of page: https://api.twitter.com/1.1/videos/tweet/config/TWEET_ID.json. Do you know how i can succeed ? Thanks.