-
```
Hi there,
I have added geotagging support to Api::PostUpdate(), here is the modified
function:
def PostUpdate(self, status, in_reply_to_status_id=None, lat=None,
long=None):
'''Post a twit…
-
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 …
-
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 …
-
With callback url there can be additional parameters such as `next` as well as the `oauth_token` and `oauth_verificer`, and there can be unquoted strings in it.
For example, my callback url was:
…
-
# 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
-
```
What steps will reproduce the problem?
1. call twitter->twitterAvailable() (json mode)
What is the expected output? What do you see instead?
expected: true
actual: false
What version of the prod…
-
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…
-
### Please confirm that you have:
- [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on …
-
are you plannoing to support https://api.twitter.com/1.1/timelines/timeline.json endpoint?
k0a1a updated
9 years ago
-
```
What steps will reproduce the problem?
1. python setup.py build
2. python twitter_test.py
What is the expected output? What do you see instead?
Normal test passing is expected. Instead i get lots…