[twitter-dev] verify_credentials longevity?

2010-08-30 Thread Jud
With the move to OAuth, are we going to see verify_credentials deprecate? http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0verify_credentials -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: Get resolved URLs?

2010-08-09 Thread Jud
Gnip's beta testing URL unwinding in all of its streams. All short URLs that move through Gnip get unwound (one level), in real-time, when we transform to Activity Streams. We're representing the unwinding as follows (as an example). If you're interested in trying this out, you can sign up for a

[twitter-dev] User Stream's API usage

2010-04-14 Thread Jud
I'm in the chrip conference IP address range, but http://chirpstream.twitter.com/2b/user.json usage isn't clear. - the follow predicate in a POST doesn't work (should it?) - track as a predicate gets accepted, but no data comes through (I get a single '{friends:[]}', but that's it) - am I

[twitter-dev] Re: User Stream's API usage

2010-04-14 Thread Jud
On Apr 14, 7:17 pm, John Kalucki j...@twitter.com wrote: Email me your account name. done You are in, but not getting data. Also, is this account following anyone? it is not -- To unsubscribe, reply using remove me as the subject.

[twitter-dev] Re: Annotation details

2010-04-14 Thread Jud
On Apr 14, 5:05 pm, James Teters jtet...@gmail.com wrote: Any ideas on size limitations or restrictions for this meta data? good question; I have the same one. simple math based on average tweet status byte size (of status structure coming through the streaming or REST interface) tells us that

[twitter-dev] stream heartbeat/keep-alives

2010-03-19 Thread Jud
the twitter streaming api docs say Parsers must be tolerant of occasional extra newline characters placed between statuses. These characters are placed as periodic keep-alive messages, should the stream of statuses temporarily pause. These keep-alives allow clients and NAT firewalls to determine

[twitter-dev] Migrating to Twitter Streaming API

2010-02-15 Thread Jud
feedback from the dev community on other tips or suggestions that you guys have learned. http://blog.gnip.com/2010/02/15/migrating-to-the-twitter-streaming-api-a-primer/ Jud

[twitter-dev] broken refresh link in search api results?

2009-11-03 Thread Jud
I used to be able to grab the refresh link out of an xml document returned from a query like http://search.twitter.com/search.atom?q=iphone . however, now, after two iterations of grabbing the refresh link, I get 403s back from search.twitter.com. the refresh link appears to be broken/poorly