[twitter-dev] Re: problem: friends/ids occasionally returning empty sets

2009-08-13 Thread Dewald Pretorius
Like Duane said, just code around it. It's wise to do that for all GET methods. You may just be hitting a replicated Twitter database that has not replicated correctly, or is suffering some kind of lag. Best to make your code resilient against those issues. Dewald On Aug 12, 3:35 pm, PJB

[twitter-dev] Re: problem: friends/ids occasionally returning empty sets

2009-08-12 Thread Duane Roelands
Yes. When calling statuses/user_timeline to retrieve the recent tweets of the authenticated user, I am occasionally receiving a valid response, but with no statuses. It's happened often enough that I had to code around it. On Aug 12, 2:35 pm, PJB pjbmancun...@gmail.com wrote: Before I bring