twitter-rest-api Questions

2

given the Twitter api call limitations, how to get a complete list of all the users not following you back? There are so many methods (friendship lookups, followers and following lists) that I don'...
Arcade asked 19/5, 2015 at 9:10

2

Solved

Twitter allows up to 100 user ids at a time to query for user profile information. But if there is an invalid ID among those, it returns: 404 (Not Found), No user matches for specified terms wit...
Rath asked 27/8, 2015 at 21:52

4

Solved

I want to post a photo to twitter from my iOS app. I can post a tweet without media but when i am trying to attach media it throws an error. I am following twitter documentation and according to ...
Wizardly asked 10/4, 2015 at 7:45

2

Solved

How would you upload a video to twitter using the POST media/upload (chunked) endpoint with node?
Accoucheur asked 29/9, 2015 at 6:11

2

I am using twitter rest api which is (https://api.twitter.com/1.1/). First of all I used signpost library to generate oauth_signature. it is working well. Upload Status endpoint (https://api.twi...
Kelvinkelwen asked 20/4, 2016 at 12:7

1

I can't seem to get the embedded URL in a status, for example, in id=780804331608109057 - https://twitter.com/i/web/status/780804331608109057 When I retrieve this via GET /statuses/:id, with inc...
Onomatopoeia asked 27/9, 2016 at 17:5

2

I understand the Twitter REST API has strict request limits (few hundred times per 15 minutes), and that the streaming API is sometimes better for retrieving live data. My question is, what exact...

1

Solved

I am trying to retrieve 100 recent tweets of a user. It is working well with tweepy module in Python. But how can I do the same with requests in python. I want to do: import requests r = requests....
Cathepsin asked 23/10, 2015 at 17:56
1

© 2022 - 2024 — McMap. All rights reserved.