-
```
Hi there,
I have modified Status::NewFromJsonDict() to parse geotagging data from the
JSON, here is the modified function:
@staticmethod
def NewFromJsonDict(data):
'''Create a new instan…
-
```
Hi there,
I have modified Status::NewFromJsonDict() to parse geotagging data from the
JSON, here is the modified function:
@staticmethod
def NewFromJsonDict(data):
'''Create a new instan…
-
### Steps to reproduce the problem
1. post a link to a toot someplace that expands the link into a rich embed. i've only been able to test discord, unsure what other services do this.
2. look at the…
-
Descrição: Seria muito legal ver o @dgeb na BrazilJS falando sobre o [JSON:API](http://jsonapi.org/) uma ótima especificação de resposta JSON. Dan é co-fundador da Cerebris, trabalha na Tildeio e faz …
-
I wrote the following code and got this issue:
ini_set('display_errors', true);
ini_set('display_errors', 1);
require_once('TwitterAPIExchange.php');
/** Set access tokens here - see: https:…
-
```
twitter::followUser fails even after casting to type is removed and
although it counts towards the API call limit for the hour it does not do
anything. This is because the API requires that you us…
-
```
twitter::followUser fails even after casting to type is removed and
although it counts towards the API call limit for the hour it does not do
anything. This is because the API requires that you us…
-
i tried using this for [https://developer.twitter.com/en/docs/labs/hide-replies/api-reference/put-hidden](url) with this
```
$settings = array(
'oauth_access_token' => $Data['AccessTo…
twnku updated
4 years ago
-
```
$fs=OAuth::consumer( 'Twitter');
$token_interface = new \OAuth\OAuth2\Token\StdOAuth2Token("MYACCESSTOKEN");
$fs->getStorage()->storeAccessToken('Twitter', $token_interface);
$req=$fs->request('st…
-
- [X] ensure code compatibility
- [x] add helper class Twitter2
- [x] add helper class TwitterStream2
- [ ] update tests
- [x] handle :id argument in middle of urls (i.e. /2/tweets/id/retweeted_by…