-
```
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…
-
```
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…
-
For example, request to `https://stream.twitter.com/1.1/statuses/filter.json` fails when the parameters are like `track=test%2Ctrack`.
For your information, `oauthcli` crate has `OAuthAuthorization…
-
Sometimes people change the name files are saved with and don't want to change all the file names and/or redownload everything
So if your config starts as
```JSON
{
"extractor":{
"twitter"…
-
`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…
-
The patch I submitted for http-stream.js (#20) changed the path to the RSS feed to use the V1 API, since Twitter removed support for RSS through the main site.
Twitter is going to [deactivate the V1 …
-
This is probably because the Twitter API calls are all originating from one place: the server. Twitter API calls (and likely the entire PHP REST/JSON API part of this project) needs to be moved to cli…
-
Twitter now supports leaving a direct message with a media id
See
[https://dev.twitter.com/rest/reference/post/direct_messages/events/new](https://dev.twitter.com/rest/reference/post/direct_messag…
-
Dear @AlttiRi , I am currently - as many - in the need to find a reliable tool for downloading all own twitter bookmarks.
I found these two complicated tools
https://github.com/jarulsamy/Twitte…
-
This was originally reported by @ericlaw1979 on twitter: https://twitter.com/ericlaw/status/1498817513362276356
The idea is: the DevTools Network tool already allows importing HAR files (which you …