-
```
Hi,
I run into the following problem.
The twitter api says it will raise an twitter.exception if something goes
wrong. Unfortunately also BadStatusLine-Exceptions will be raised as httplib
wil…
-
```
Hi,
I run into the following problem.
The twitter api says it will raise an twitter.exception if something goes
wrong. Unfortunately also BadStatusLine-Exceptions will be raised as httplib
wil…
-
```
Hi,
I run into the following problem.
The twitter api says it will raise an twitter.exception if something goes
wrong. Unfortunately also BadStatusLine-Exceptions will be raised as httplib
wil…
-
*Note: For questions about how to use an endpoint, or problems related to Twitter API than the lib itself, please use the GitHub Discussions instead of opening a new issue*.
Trying to create a Twit…
-
```
Hi,
I run into the following problem.
The twitter api says it will raise an twitter.exception if something goes
wrong. Unfortunately also BadStatusLine-Exceptions will be raised as httplib
wil…
-
```
Hi,
I run into the following problem.
The twitter api says it will raise an twitter.exception if something goes
wrong. Unfortunately also BadStatusLine-Exceptions will be raised as httplib
wil…
-
```
Hi,
I run into the following problem.
The twitter api says it will raise an twitter.exception if something goes
wrong. Unfortunately also BadStatusLine-Exceptions will be raised as httplib
wil…
-
Here's my code snippet to do the user following fetching
```
public async checkUserFollows(
currentUser: CurrentUserDto,
{ code, codeVerifier }: TwitterCodeBodyDto
) {
const { acce…
-
To tweet with an image, we need to follow these steps I think.
1. upload the image as media
2. get the uploaded media id
3. call the TwitterApi::~~~~.post_tweet().add_media(my_media_id).send()
I…
-
I want to use the TwitterAPI in Xcode 8.
Are there any plans to correspond to the Swift 2.3 and Swift 3.0?