8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed00fe6 + 03c9a94 commit 66b08e3Copy full SHA for 66b08e3
CHANGELOG
@@ -7,6 +7,7 @@ codebird-php - changelog
7
+ Add REST API POST statuses/unretweet/:id
8
+ Add Ads API GET insights/keywords/search
9
+ #151 Avoid JSON_BIGINT_AS_STRING errors
10
+- Fix typo in changelog
11
12
3.0.0 (2016-01-01)
13
+ Add unit testing suite
README.md
@@ -320,7 +320,6 @@ $reply = $cb->statuses_update([
320
'media_ids' => $media_ids
321
]);
322
print_r($reply);
323
-);
324
```
325
326
Here is a [sample Tweet](https://twitter.com/LarryMcTweet/status/475276535386365952)
0 commit comments