Re: favorited value is null in JSON

2008-12-07 Thread Ed Finkler
Indeed, I basically can't use TwitterFon until this gets sorted out. (I'm aware of the workaround script online, but don't want to de-fav items in my timeline). -- Ed Finkler http://funkatron.com AIM: funka7ron ICQ: 3922133 Skype: funka7ron On Sun, Dec 7, 2008 at 10:50 PM, Kazuho Okui <[EMAIL P

Re: favorited value is null in JSON

2008-12-07 Thread Kazuho Okui
I have received the null value of favorited statuses more frequently today. Thousands of my app users have been struggling for these days. (I guess several other iPhone clients also crash when they receive the null values.) I submitted the new version of my app to AppStore 4 days ago but I guess

Re: What fields can I pull from public timeline atom feeds or the upcoming firehose?

2008-12-07 Thread drupalot
Thanks for the clarification, the firehose will still probably be the best solution for us, it's just good to know we'll need to do some filtering of it on our end. On Dec 6, 2:51 pm, "Alex Payne" <[EMAIL PROTECTED]> wrote: > No, the firehose is distinct from Twitter Search.  It's simply for > d

Re: Search API Rate Limiting

2008-12-07 Thread Chad Etzel
No, you can't do an ajax authenticated GET or POST to a 3rd-party site. I am dynamically loading the json in the clients' browser. I would rather know the rate limits so I can abide by them. -Chad On Sun, Dec 7, 2008 at 10:42 AM, fastest963 <[EMAIL PROTECTED]> wrote: > > Since your doing this

Re: Firehose API's total load rate?

2008-12-07 Thread tweetip
Alex, Then I'm glad I've tested to 5,000 msgs per sec

TwitterTrend User Indexing Started!

2008-12-07 Thread fastest963
Since we cannot index old data via the public timeline or the data mining feed, we opened up a way for users to submit their timeline for indexing! This is plagued by the Username/Password situation, but as soon as OAuth is released or anything else, I will fully support it! :) Also, I have had tw

Re: Search API Rate Limiting

2008-12-07 Thread fastest963
Since your doing this via AJAX and such, this may not be a good idea, but you could try passing a login to Twitter and having that login whitelisted?