[twitter-dev] API Bug: Malformed JSON returned for some requests

2011-07-05 Thread Idan Gazit
*Full bug report is here: https://gist.github.com/1064338* Summary: The Twitter API returns malformed JSON for some valid requests. I discovered this while attempting to fetch all of my list memberships via the API. The issue is present regardless of authentication. It occurs 100% of the

[twitter-dev] lists/memberships and authentication

2011-04-10 Thread Idan Gazit
Hey All, The docs for :user/lists/memberships indicates that auth is required, and yet this method works without authentication. Is this just a bug in the docs? The same information *is* available for unauthenticated browsers on the twitter website. To be clear, I want to use this

[twitter-dev] users.show follower count vs followers/ids count

2009-07-07 Thread Idan Gazit
Hi Folks, I've run into an interesting question that's not really addressed by the docs. Background = In the documentation for followers/ids, it states: (Please note that the result set isn't guaranteed to be 5000 every time as suspended users will be filtered out.) In addition, it

[twitter-dev] Re: users.show follower count vs followers/ids count

2009-07-07 Thread Idan Gazit
. i.e. the delta is the number of suspended accounts. HTH, Chris On Tue, Jul 7, 2009 at 12:18 PM, Idan Gazit i...@pixane.com wrote: Hi Folks, I've run into an interesting question that's not really addressed by the docs. Background = In the documentation for followers/ids