[twitter-dev] Frozen timelines

2010-03-14 Thread Rich
Hi A number of my users, including me, are reporting that their /statuses/ home_timeline is frozen from about 10 hours ago. It only seems to show your own updates in the stream and nothing from anyone else. Any ideas or news on this? Many thanks Richard

[twitter-dev] tidy method for spotting new followers?

2010-03-14 Thread neal rauhauser
I've been asked to produce an automated response to new followers and I'm scratching my head over how to go about handling this. I have the login to the accounts in question, we're not fancy enough to have Oauth, and I may or may not have access to the email account behind the given Twitter ID.

Re: [twitter-dev] Best way to auto-discover new followers

2010-03-14 Thread Josh Roesslein
A method via the streaming API to get friendship / follower updates would be nice. Now it may be better to use the users/followers method instead of followers/ids. The reason is this is ordered from newest to oldest based on when the user followed you. So you would start paginating from the start

Re: [twitter-dev] Best way to auto-discover new followers

2010-03-14 Thread Josh Roesslein
Oh and also the benefit of users/followers is it includes all the user information. If you are just maintaining a social graph of ids, then pulling down all the ids via followers/ids would be the way to go. I think for most users this just requires a few requests. Josh On Sun, Mar 14, 2010 at

Re: [twitter-dev] Frozen timelines

2010-03-14 Thread Mark McBride
This is (was) a known issue. Status blog update here http://status.twitter.com/post/447344319/some-users-experiencing-frozen-timelines ---Mark http://twitter.com/mccv On Sun, Mar 14, 2010 at 1:13 AM, Rich rhyl...@gmail.com wrote: Hi A number of my users, including me, are reporting that

[twitter-dev] Additional Delimiter

2010-03-14 Thread thruflo
I'm consuming the Streaming API using the filter method (tracking some user ids). I've noticed that I'm getting an extra, undocumented, line before each length delimiter. I connect and get the following coming down the pipe: {{{ HTTP/1.1 200 OK Content-Type: application/json Transfer-Encoding:

Re: [twitter-dev] Search by Client

2010-03-14 Thread Raffi Krikorian
from http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search http://search.twitter.com/search.atom?q=landing+source:tweetie On Sun, Mar 14, 2010 at 3:33 PM, Christian christian.frei...@googlemail.com wrote: Hi There, is it possible to reveal all Tweets placed by a specific client (my

Re: [twitter-dev] Best way to auto-discover new followers

2010-03-14 Thread Zero Hero
Thanks for the tip, I do have to augment the information by fetching the user info with a second call, so this will eliminate all that messiness. On Sun, Mar 14, 2010 at 7:45 AM, Josh Roesslein jroessl...@gmail.comwrote: Oh and also the benefit of users/followers is it includes all the user

Re: [twitter-dev] Additional Delimiter

2010-03-14 Thread Ed Costello
On Mar 14, 2010, at 5:43 PM, thruflo wrote: […] However, if you look at the third status data from above, you see that the extra line can sometimes be a digit, in that case ``592``. Which fairly effectively borkes the consumer. From that list you posted: 0x5DE is 1496 + 6 bytes (4 bytes for

Re: [twitter-dev] Additional Delimiter

2010-03-14 Thread Ed Costello
On Sun, Mar 14, 2010 at 5:43 PM, thruflo thru...@googlemail.com wrote: [..] I've noticed that I'm getting an extra, undocumented, line before each length delimiter. What's the command you're sending to twitter and the URL you’re using? I can’t replicate this (am just getting the decimal

Re: [twitter-dev] Additional Delimiter

2010-03-14 Thread John Kalucki
You appear to be looking at the raw HTTP chunk transfer encoded stream. The documentation assumes that you are using a HTTP client, not the raw TCP stream. If you are using the raw TCP stream, you can try to play games and use the chunk encoding, but there are no guarantees that the chunks will

[twitter-dev] Twitter Search: The page you were looking for doesn't exist.

2010-03-14 Thread Chung Han Lau
hi, am using twitter search returning json for webpage output. just got this messag returned with this url: http://search.twitter.com/search?q=ands=phrase=ors=nots=tag=lang=allfrom=gp04lchto=ref=near=within=15units=misince=2010-03-01until=rpp=15 seems i cannot use the 'Since this date' and