You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// continue upload of 2nd image here, if any (just 1 image works, too!)
307
292
}
308
293
);
309
294
```
295
+
310
296
**Second,** you attach the collected media ids for all images to your call
311
297
to ```statuses/update```, like this:
312
298
@@ -323,7 +309,7 @@ cb.__call(
323
309
);
324
310
```
325
311
326
-
More [documentation for tweeting with multiple media](https://dev.twitter.com/docs/api/multiple-media-extended-entities) is available on the Twitter Developer site.
312
+
More [documentation for tweeting with media](https://dev.twitter.com/rest/public/uploading-media-multiple-photos) is available on the Twitter Developer site.
327
313
328
314
### Requests with app-only auth
329
315
@@ -385,7 +371,7 @@ The library returns the response HTTP status code, so you can detect rate limits
385
371
I suggest you to check if the ```reply.httpstatus``` property is ```400```
386
372
and check with the Twitter API to find out if you are currently being
387
373
rate-limited.
388
-
See the [Rate Limiting FAQ](https://dev.twitter.com/docs/rate-limiting-faq)
374
+
See the [Rate Limiting FAQ](https://dev.twitter.com/rest/public/rate-limiting)
389
375
for more information.
390
376
391
377
If you allow your callback function to accept a second parameter,
0 commit comments