[twitter-dev] Re: statuses/friends_timeline doesn't return replies

2010-08-13 Thread PBro
, 4:58 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Can you provide links to the users or specific status ids, along with a sample of your home_timeline API response where the replies should be located? Thanks, Taylor On Wed, Aug 11, 2010 at 7:36 AM, PBro brouwe...@gmail.com

[twitter-dev] statuses/friends_timeline doesn't return replies

2010-08-11 Thread PBro
Hi, I want to get all the tweets from people I follow, therefore is use statuses/friends_timeline. But in the results I get I see no replies. For example: I'm following user1. User1 tweets a standard message like: I'm washing the dishes This tweet is returned in my statuses/friends_timeline

[twitter-dev] Re: statuses/friends_timeline doesn't return replies

2010-08-11 Thread PBro
Hi Taylor, I'm requesting friends_timeline for user pbro and user pbro is following both user1 and 2. So yes the observer user is following both users. On Aug 11, 4:13 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi PBro, This typically works pretty well though there is the odd

[twitter-dev] Re: Retrieving new tweets for 40-60 thousand users

2010-07-23 Thread PBro
users with the follow stream, you need: the biggest role for this (birddog) allows following 400.000 users (http://dev.twitter.com/pages/streaming_api_methods) SO: You will need at least eight highest-level tracking privileges. Pascal On 21.Jul2010, at 11:51, PBro wrote: The situation

[twitter-dev] Re: Checking if a user still has authorized access of my application

2010-07-20 Thread PBro
that the key is no longer valid. Alternatively, why not try to perform your actions (like posting a tweet or retrieving tweets) and if they return a 401, use that to indicate that the user has revoked permissions. Tom On Fri, Jul 16, 2010 at 11:59 AM, PBro brouwe...@gmail.com wrote: Hi, I

[twitter-dev] Retrieving new tweets for 40-60 thousand users

2010-07-20 Thread PBro
Hi, We are developing an application with which we want to give a message to a user that one of his friends has posted a new tweet. This application is expected to have 40-60 thousand users, so separate api-call's isn't the best option. What would you advise as best practice for retrieving new

[twitter-dev] Checking if a user still has authorized access of my application

2010-07-16 Thread PBro
Hi, I would like to know if it is possible to check if a user still allows my application to access his twitter account. We are building an application that will post tweets on the user's account and read new tweets from his account. Therefore i would like to check if the user hasn't revoked