-
When converting some json files (in my case twitter json) the tool reorders the data.
i.e.
input = (A, B[1,2,3,4], C , D)
output = (D, C, A, B[4,1,2,3])
-
I'm getting 410 responses because the library is making requests to this end point:
```
api.twitter.com/1/statuses/home_timeline.json
```
when it needs to be
```
api.twitter.com/1.1/statuses/home_…
-
`timelineOperations().updateStatus(..)` throws:
```
org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://api.twitter.com/1.1/statuses/update.json": cannot r…
-
Newest RipMe Version
Getting this error:
Failed to load https://api.twitter.com/1.1/application/rate_limit_status.json?resources=statuses after 1 attempts
This morning everything worked fine …
-
When I run the command
>twitter-dl 1609978596256354304 test.mp4 --tweet
I get the error
`ERROR downloader: https://api.twitter.com/1.1/statuses/show.json error, code was 403
Traceback (most …
-
### No version of the `Law Enforcement Guidelines` of service `Twitter` is recorded anymore since 26 March 2024 at 18:47:05 UTC
The source document has been recorded in a snapshot, but no version c…
-
# Description
When composing two endpoints with the *andThen* operator, if the first endpoint does not match, the second one is still evaluated. In particular, a json-body is parsed despite authentic…
d-s-d updated
2 years ago
-
When I load tempjs.com the Booyah is empty.
I see this error in the JS Console:
Failed to load resource: the server responded with a status of 410 (Gone)
http://search.twitter.com/search.json?q=%27g…
-
are you plannoing to support https://api.twitter.com/1.1/timelines/timeline.json endpoint?
k0a1a updated
9 years ago
-
Hi!
Some comments according to Task 4 (to raise your mark up):
- Add POST request
- Twitter API
- Your JSON files are results of GET requests. You have to download and add postman collection …