Questions tagged [twitter-rest-api]

The REST APIs provide programmatic access to read and write Twitter data. Create a new Tweet, read user profile and follower data, and more. The REST API identifies Twitter applications and users using OAuth; responses are in JSON format.

95 questions
0
votes
1 answer

Is it possible to parse all tweets of user?

For example, I want to parse all tweets of Microsoft . Twitter has API - GET statuses/user_timeline. But how I can see, This method can only return up to 3,200 of a user’s most recent Tweets. So, can I parse all tweets of some screen_name?
Denis
  • 3,595
  • 12
  • 52
  • 86
0
votes
1 answer

Odd: Twitter API v1.1 returning Error(46) "'The Twitter REST API v1 is no longer active." from a VALID 1.1 endpoint. Any body else?

When calling the twitter api v1.1 endpoint: https://upload.twitter.com/1.1/media/uplaod.json I get the following error: message: The Twitter REST API v1 is no longer active. Please migrate to API v1.1.…
Arctelix
  • 4,478
  • 3
  • 27
  • 38
-1
votes
2 answers

twitter data fetching limitations

Is there any limitation of twitter data fetching using R. I am trying to get 2000 tweets but twitter API returns only 261 Warning messages: 1: In if (nchar(searchString) > 1000) { : the condition has length > 1 and only the first element will…
Rajib Kumar De
  • 711
  • 1
  • 6
  • 9
-1
votes
1 answer

How to extract all tweets from multiple users' timelines using R?

I am working on a project for which I want to extract the timelines of around 500 different twitter users (I am using this for historical analysis, so I'll only need to retrieve them all once- no need to update with incoming tweets). While I know…
letgolego
  • 3
  • 3
-1
votes
1 answer

application specific flag or attribute in Twitter tweet/Facebook post or comment

I am developing an app on Google App Engine. In that I am reading tweets and FB post/comments and saving respective domain objects in my DB. At the same time I can reply to tweet/FB post from my app itself while creating domain object for the same…
Pokuri
  • 3,072
  • 8
  • 31
  • 55
1 2 3 4 5 6
7