Skip to content

Commit 4300b52

Browse files
committed
Update README
1 parent 0e3831e commit 4300b52

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ codebird-js
22
===========
33
*A Twitter library in JavaScript.*
44

5-
Copyright (C) 2010-2016 Jublo Solutions <support@jublo.net>
5+
Copyright (C) 2010-2018 Jublo Limited <support@jublo.net>
66

77
This program is free software: you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by
@@ -355,7 +355,7 @@ cb.__call(
355355
);
356356
```
357357
358-
More [documentation for tweeting with media](https://dev.twitter.com/rest/public/uploading-media-multiple-photos) is available on the Twitter Developer site.
358+
More [documentation for uploading media](https://developer.twitter.com/en/docs/media/upload-media/overview) is available on the Twitter Developer site.
359359
360360
### Requests with app-only auth
361361
@@ -417,7 +417,7 @@ The library returns the response HTTP status code, so you can detect rate limits
417417
I suggest you to check if the ```reply.httpstatus``` property is ```400```
418418
and check with the Twitter API to find out if you are currently being
419419
rate-limited.
420-
See the [Rate Limiting FAQ](https://dev.twitter.com/rest/public/rate-limiting)
420+
See the [Rate Limiting FAQ](https://developer.twitter.com/en/docs/basics/rate-limiting)
421421
for more information.
422422
423423
If you allow your callback function to accept a second parameter,
@@ -644,12 +644,13 @@ often they will be decomposed, efficient objects with information about users,
644644
Tweets, and timelines grouped, simplified, and stripped of unnecessary repetition.
645645
646646
Never care about the OAuth signing specialities and the JSON POST body
647-
for POST collections/entries/curate.json. Codebird takes off the work for you
647+
for POST and PUT calls to these special APIs. Codebird takes off the work for you
648648
and will always send the correct Content-Type automatically.
649649
650-
Find out more about the [Collections API](https://dev.twitter.com/rest/collections/about) in the Twitter API docs.
650+
Find out more about the [Collections API](https://developer.twitter.com/en/docs/tweets/curate-a-collection/overview/about_collections) in the Twitter API docs.
651+
More information on the [Direct Messages API](https://developer.twitter.com/en/docs/direct-messages/api-features) and the [Account Activity API](https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/overview) is available there as well.
651652
652-
Here’s a sample for adding a tweet using that API method:
653+
Here’s a sample for adding a Tweet using the Collections API:
653654
654655
```javascript
655656
cb.__call(

0 commit comments

Comments
 (0)