-
```
What steps will reproduce the problem?
1. Authorize in api:
api = twitter.Api(consumer_key, consumer_secret, access_token,
access_token_secret)
2. Get public timeline:
statuses = api.GetPublicTim…
-
Authentication error: Opauth returns error auth response.
Array
(
[error] => Array
(
[provider] => Twitter
[code] => 410
[raw] => {"errors":[{"message":…
-
wakatime的username可以不设置,api获取到的username为null
导致渲染出来的图片显示名字为@None
![c92140811967c526f07921edfae84dfd](https://github.com/user-attachments/assets/0676a7d9-065d-4024-b1be-725be280a2bb)
可以拿其他的name填充这个 比…
-
Stopped working
{"errors":[{"message":"You currently have access to Twitter API v2 endpoints and limited v1.1 endpoints only. If you need access to this endpoint, you may need a different access le…
-
```
It would be great if Api.GetFollowers(self) took an optional param to
specify a user other than the currently authenticated user.
python-twitter supports this behavior for retrieving friends wit…
-
```
It would be great if Api.GetFollowers(self) took an optional param to
specify a user other than the currently authenticated user.
python-twitter supports this behavior for retrieving friends wit…
-
Nachdem die Twitter API tot und Twitter immer schlechter sollten wir die Twitter-Integration durch Mastodon ersetzen.
Das Twitter Archiv würde ich aber trotzden nicht entfernen, sondern nur um Mastod…
Le1b1 updated
9 months ago
-
Hi! I'm using this code for a research project, thank you for providing it.
I am trying to make an inference based infer_id nd I just replicated the example in the FAQ. Here's what my code looks li…
-
Implementation for deleting a direct message is different from the twitter api. Twitter rest api expects direct message id as post parameter not in the url itself. Every time I'm getting this error me…
-
### Describe the bug
After following the docs and connecting Twitter, when trying to post, the following error message shows:
{
"errors": [
{
"message": "You currently …