Re: [twitter-dev] Re: Lists API for Subscriptions

2009-11-20 Thread Harshad RJ
I just started coding for list support in my app and ran into the same problem. Thanks Nik for creating the issue. I have starred it. On Thu, Nov 19, 2009 at 2:55 PM, Nik Fletcher nik.fletc...@gmail.comwrote: Hi Guys I've just opened a feature enhancement request with Twitter:

[twitter-dev] Re: Lists API for Subscriptions

2009-11-19 Thread Nik Fletcher
Hi Guys I've just opened a feature enhancement request with Twitter: http://code.google.com/p/twitter-api/issues/detail?id=1213 If you've got any further details, please feel free to add these as comments! Cheers -N

[twitter-dev] Re: Lists API for Subscriptions

2009-11-18 Thread Nik Fletcher
I'd just add that we too are running into this for Socialite.app. The omission of lists that the user is following the in /user/lists/ subscriptions.format method means we can't offer a similar experience in-app to that found on Twitter.com If someone's already filed a request on this with

[twitter-dev] Re: Lists API for Subscriptions

2009-11-18 Thread TheGuru
+1 Looking to integrate lists into my application as well, and have been beating my head into the wall trying to figure out how to get all lists subscribed in a single call, both user created (public or private) and subscribed to. Right now, it seems the only way is through multiple calls. On

[twitter-dev] Re: Lists API for Subscriptions

2009-11-07 Thread dean.j.robinson
+1 I've just started adding Lists to Hahlo.com and found this same thing. Based on the description in the docs I was expecting: /user/lists.format to be just the lists the user created /user/lists/subscriptions.format to be the lists the user created + those they are following (as it is on

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 Thread twittelator
To get the lists a user is subscribed to: :user/lists/memberships.:format Andrew Stone Twitter / @twittelator http://www.stone.com got iPhone? http://tinyurl.com/twitpro http://tinyurl.com/intentionizer http://tinyurl.com/gesture-buy http://tinyurl.com/igraffiti

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 Thread twittelator
Whoops - what I meant to say was: :user//lists/subscriptions.:format will get the lists a user has subscribed to Andrew Stone Twitter / @twittelator http://www.stone.com got iPhone? http://tinyurl.com/twitpro http://tinyurl.com/intentionizer

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 Thread jeffs
take a look at the script entitled lists or memberof (not sure which info you mean) at http://www.ist.rit.edu/~jxs/tools/scripting/twitterLists.html and see if they help jeffs

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 Thread Eric Woodward
Thanks for that. It would be great to combine them and reflect ownership in the response data set. This requires two API calls for what will be requested each time to show both sets together, which you on twitter.com. I assume others will tend to show both sets at the same time as well. --ejw

[twitter-dev] Re: Lists API for Subscriptions

2009-11-01 Thread Dave Briccetti
I like your scripts. Thanks. I like to see other people’s Twitter code.