I have the same problem.
Cannot access private list statuses. (I'm the creator of the list and
I am providing the authentication info)
Same behavior in the browser:
- if I first go to
http://twitter.com/my_user/lists/my_private_list/statuses.json,
I get the not found error. (the browser doesn't request a user/pass at
all)
- if I first go to
http://twitter.com/my_user/lists.json, the browser
asks me for user & pass, I can see the result and then I go to /
my_private_list/statuses.json and now it works (until the browser
session ends).
Can you please fix this? :)
And you should probably change "Requires Authentication" to
"true" (for private lists):
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-statuses
Thanks.
> Thanks for the reply. I am the creator of thelistand I am providing
> the authentication information too.
>
> Thanks
> Kiran
>
> On 27-Nov-09, at 10:49 PM, Mark McBride wrote:
>
> > Are you authenticating when making the call to aprivatelist? If you
> > aren't authenticated as the creator of aprivatelistyou will get a
> > 404 on this call.
>
> > ---Mark
>
> > On Fri, Nov 27, 2009 at 2:09 AM, Kiran <
dispatchtoki...@gmail.com>
> > wrote:
> >> Hi,
>
> >> I have been using twitter API from the fast few months in numerous
> >> iPhone Apps. I just started using lists in one of my apps and facing
> >> problems withprivatelists. Able to get response for public lists
> >> successfully and getting "Not found" error forprivatelists.
>
> >> I have two lists test andprivatewhich are public andprivate
> >> respectively. When I try to get publicliststatusesI am getting the
> >> response. Forprivatelistit is giving this error