[twitter-dev] Re: Lists Social Graph

2010-06-09 Thread Unfair
Yes, and the other thread I was referring to is here:
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/4055f72edb292732/96df5ae52d47649b
Looks like Marcel Molina was the one who responded to it last year.

On Jun 9, 4:43 pm, Matt Harris  wrote:
> Is this ticket 1296 [1] on the api issues list? If so i'll ask around and
> see what the story is.
>
> 1.http://code.google.com/p/twitter-api/issues/detail?id=1296
>
>
>
> On Wed, Jun 9, 2010 at 9:04 AM, Unfair  wrote:
> > Unfortunately I can't use that because of the volume of requests I
> > would need to do for each user, all to get only the IDs from each
> > list.  As I alluded to in my previous post, this feature was suggested
> > before back in Nov 09 (8 months ago)  and someone from Twitter said
> > they were working on adding it, that's why I was wondering about the
> > status of the feature.
>
> > Basically just looking for the same thing as the social graph
> > features, but for members of a list rather than following/followers
>
> > On Jun 8, 6:19 pm, EEC Group  wrote:
> > > I thnk you have to go through paging and this is only way you can
> > > handle - we do it like this
>
> > > M
>
> --
>
> Matt Harris
> Developer Advocate, Twitterhttp://twitter.com/themattharris


Re: [twitter-dev] Re: Lists Social Graph

2010-06-09 Thread Matt Harris
Is this ticket 1296 [1] on the api issues list? If so i'll ask around and
see what the story is.

1. http://code.google.com/p/twitter-api/issues/detail?id=1296

On Wed, Jun 9, 2010 at 9:04 AM, Unfair  wrote:

> Unfortunately I can't use that because of the volume of requests I
> would need to do for each user, all to get only the IDs from each
> list.  As I alluded to in my previous post, this feature was suggested
> before back in Nov 09 (8 months ago)  and someone from Twitter said
> they were working on adding it, that's why I was wondering about the
> status of the feature.
>
> Basically just looking for the same thing as the social graph
> features, but for members of a list rather than following/followers
>
>
> On Jun 8, 6:19 pm, EEC Group  wrote:
> > I thnk you have to go through paging and this is only way you can
> > handle - we do it like this
> >
> > M
>



-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris


[twitter-dev] Re: Lists Social Graph

2010-06-09 Thread Unfair
Unfortunately I can't use that because of the volume of requests I
would need to do for each user, all to get only the IDs from each
list.  As I alluded to in my previous post, this feature was suggested
before back in Nov 09 (8 months ago)  and someone from Twitter said
they were working on adding it, that's why I was wondering about the
status of the feature.

Basically just looking for the same thing as the social graph
features, but for members of a list rather than following/followers


On Jun 8, 6:19 pm, EEC Group  wrote:
> I thnk you have to go through paging and this is only way you can
> handle - we do it like this
>
> M


[twitter-dev] Re: Lists Social Graph

2010-06-08 Thread EEC Group
I thnk you have to go through paging and this is only way you can
handle - we do it like this

M


On Jun 8, 11:43 pm, Unfair  wrote:
> Getting user ids of all the members of a list is crucial for a feature
> of my Twitter app, and paging through 20 ids at a time from each list
> isn't feasible. (Most of the data would be extraneous, I just want the
> ids.)  I see a suggestion was made back in Nov 09 to implement a
> function like the social graph, which just gives ids - what is the
> status on this feature?  Will we be seeing it in the near future?


[twitter-dev] Re: Lists count in User object

2010-04-02 Thread DustyReagan
Good to hear! Thanks Raffi! :)

On Apr 2, 12:07 pm, Nigel Legg  wrote:
> Good news - especially as I see number of lists a user is on as being an
> important factor affecting the (potential) popularity of their tweets ;-).
>
> On 2 April 2010 17:57, Raffi Krikorian  wrote:
>
>
>
> > yup - its on our list.  we're working on a series of things behind the
> > scenes which will allow us to have volatile data available in user objects
> > in a scalable manner in the API.  as you all probably know, the user object
> > is embedded in the status object, and sometimes those objects become out of
> > sync with reality and the like -- once we fix this, getting list data into
> > the user object is high on the list.
>
> > On Fri, Apr 2, 2010 at 12:51 AM, Nigel Legg  wrote:
>
> >> List membership is as important as followers in terms of reach of a
> >> twitter account (I won't say person, as bots and group-run corporate
> >> accounts also have followers and get on lists). If you cannot easily see 
> >> haw
> >> many lists a person is on, you can't see
> >> a) how relevant / influential they are to their current followers; and
> >> b) the potential reach, beyond the n. followers they already have, that
> >> the lists represent.
> >> At the moment I permanently follow three lists created by other people, on
> >> which more than half the people I don't follow, I'm sure there are plenty 
> >> of
> >> other people (especially tweetdeck users, where it is so easy) who do the
> >> same thing.
> >> For these reasons, I would say putting the list count in the user object
> >> would provide us and our users with very useful additional piece of data.
> >> Cheers, Nigel.
>
> >> On 2 April 2010 07:19, Damon C  wrote:
>
> >>> I heard somewhere that the list count is supposed to be included in
> >>> the user object at some point, although I can't remember where I heard
> >>> that/what the timeline was.
>
> >>> Until then, best solution appears to be (I hate to say it) scraping
> >>> the website. Otherwise, the API calls could get out of hand for users
> >>> on a ton of lists.
>
> >>> Damon
>
> >>> On Apr 1, 10:20 pm, "Orian Marx (@orian)"  wrote:
> >>> > Yeah this was logged in the bug tracker I think the day lists were
> >>> > rolled out to the public, but it looks like it never received an
> >>> > official response and is still marked as a "new" entry. :(
> >>>http://code.google.com/p/twitter-api/issues/detail?id=1186
>
> >>> > On Apr 1, 5:16 pm, DustyReagan  wrote:
>
> >>> > > I was wondering if it'd be possible to get the number of lists a user
> >>> > > belongs to returned in the User object. I noticed the list count is
> >>> > > displayed beside status, follower, and following counts all over
> >>> > > Twitter, looks like the list count may be on the same level as the
> >>> > > other counts. I'd like to include the list counts in my application
> >>> > > without making additional API calls. Possibility?
>
> >>> --
> >>> To unsubscribe, reply using "remove me" as the subject.
>
> > --
> > Raffi Krikorian
> > Twitter Platform Team
> >http://twitter.com/raffi


Re: [twitter-dev] Re: Lists count in User object

2010-04-02 Thread Nigel Legg
Good news - especially as I see number of lists a user is on as being an
important factor affecting the (potential) popularity of their tweets ;-).

On 2 April 2010 17:57, Raffi Krikorian  wrote:

> yup - its on our list.  we're working on a series of things behind the
> scenes which will allow us to have volatile data available in user objects
> in a scalable manner in the API.  as you all probably know, the user object
> is embedded in the status object, and sometimes those objects become out of
> sync with reality and the like -- once we fix this, getting list data into
> the user object is high on the list.
>
>
> On Fri, Apr 2, 2010 at 12:51 AM, Nigel Legg  wrote:
>
>> List membership is as important as followers in terms of reach of a
>> twitter account (I won't say person, as bots and group-run corporate
>> accounts also have followers and get on lists). If you cannot easily see haw
>> many lists a person is on, you can't see
>> a) how relevant / influential they are to their current followers; and
>> b) the potential reach, beyond the n. followers they already have, that
>> the lists represent.
>> At the moment I permanently follow three lists created by other people, on
>> which more than half the people I don't follow, I'm sure there are plenty of
>> other people (especially tweetdeck users, where it is so easy) who do the
>> same thing.
>> For these reasons, I would say putting the list count in the user object
>> would provide us and our users with very useful additional piece of data.
>> Cheers, Nigel.
>>
>> On 2 April 2010 07:19, Damon C  wrote:
>>
>>> I heard somewhere that the list count is supposed to be included in
>>> the user object at some point, although I can't remember where I heard
>>> that/what the timeline was.
>>>
>>> Until then, best solution appears to be (I hate to say it) scraping
>>> the website. Otherwise, the API calls could get out of hand for users
>>> on a ton of lists.
>>>
>>> Damon
>>>
>>> On Apr 1, 10:20 pm, "Orian Marx (@orian)"  wrote:
>>> > Yeah this was logged in the bug tracker I think the day lists were
>>> > rolled out to the public, but it looks like it never received an
>>> > official response and is still marked as a "new" entry. :(
>>> http://code.google.com/p/twitter-api/issues/detail?id=1186
>>> >
>>> > On Apr 1, 5:16 pm, DustyReagan  wrote:
>>> >
>>> >
>>> >
>>> > > I was wondering if it'd be possible to get the number of lists a user
>>> > > belongs to returned in the User object. I noticed the list count is
>>> > > displayed beside status, follower, and following counts all over
>>> > > Twitter, looks like the list count may be on the same level as the
>>> > > other counts. I'd like to include the list counts in my application
>>> > > without making additional API calls. Possibility?
>>>
>>>
>>> --
>>> To unsubscribe, reply using "remove me" as the subject.
>>>
>>
>>
>
>
> --
> Raffi Krikorian
> Twitter Platform Team
> http://twitter.com/raffi
>


Re: [twitter-dev] Re: Lists count in User object

2010-04-02 Thread Raffi Krikorian
yup - its on our list.  we're working on a series of things behind the
scenes which will allow us to have volatile data available in user objects
in a scalable manner in the API.  as you all probably know, the user object
is embedded in the status object, and sometimes those objects become out of
sync with reality and the like -- once we fix this, getting list data into
the user object is high on the list.

On Fri, Apr 2, 2010 at 12:51 AM, Nigel Legg  wrote:

> List membership is as important as followers in terms of reach of a twitter
> account (I won't say person, as bots and group-run corporate accounts also
> have followers and get on lists). If you cannot easily see haw many lists a
> person is on, you can't see
> a) how relevant / influential they are to their current followers; and
> b) the potential reach, beyond the n. followers they already have, that the
> lists represent.
> At the moment I permanently follow three lists created by other people, on
> which more than half the people I don't follow, I'm sure there are plenty of
> other people (especially tweetdeck users, where it is so easy) who do the
> same thing.
> For these reasons, I would say putting the list count in the user object
> would provide us and our users with very useful additional piece of data.
> Cheers, Nigel.
>
> On 2 April 2010 07:19, Damon C  wrote:
>
>> I heard somewhere that the list count is supposed to be included in
>> the user object at some point, although I can't remember where I heard
>> that/what the timeline was.
>>
>> Until then, best solution appears to be (I hate to say it) scraping
>> the website. Otherwise, the API calls could get out of hand for users
>> on a ton of lists.
>>
>> Damon
>>
>> On Apr 1, 10:20 pm, "Orian Marx (@orian)"  wrote:
>> > Yeah this was logged in the bug tracker I think the day lists were
>> > rolled out to the public, but it looks like it never received an
>> > official response and is still marked as a "new" entry. :(
>> http://code.google.com/p/twitter-api/issues/detail?id=1186
>> >
>> > On Apr 1, 5:16 pm, DustyReagan  wrote:
>> >
>> >
>> >
>> > > I was wondering if it'd be possible to get the number of lists a user
>> > > belongs to returned in the User object. I noticed the list count is
>> > > displayed beside status, follower, and following counts all over
>> > > Twitter, looks like the list count may be on the same level as the
>> > > other counts. I'd like to include the list counts in my application
>> > > without making additional API calls. Possibility?
>>
>>
>> --
>> To unsubscribe, reply using "remove me" as the subject.
>>
>
>


-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


Re: [twitter-dev] Re: Lists count in User object

2010-04-02 Thread Nigel Legg
List membership is as important as followers in terms of reach of a twitter
account (I won't say person, as bots and group-run corporate accounts also
have followers and get on lists). If you cannot easily see haw many lists a
person is on, you can't see
a) how relevant / influential they are to their current followers; and
b) the potential reach, beyond the n. followers they already have, that the
lists represent.
At the moment I permanently follow three lists created by other people, on
which more than half the people I don't follow, I'm sure there are plenty of
other people (especially tweetdeck users, where it is so easy) who do the
same thing.
For these reasons, I would say putting the list count in the user object
would provide us and our users with very useful additional piece of data.
Cheers, Nigel.

On 2 April 2010 07:19, Damon C  wrote:

> I heard somewhere that the list count is supposed to be included in
> the user object at some point, although I can't remember where I heard
> that/what the timeline was.
>
> Until then, best solution appears to be (I hate to say it) scraping
> the website. Otherwise, the API calls could get out of hand for users
> on a ton of lists.
>
> Damon
>
> On Apr 1, 10:20 pm, "Orian Marx (@orian)"  wrote:
> > Yeah this was logged in the bug tracker I think the day lists were
> > rolled out to the public, but it looks like it never received an
> > official response and is still marked as a "new" entry. :(
> http://code.google.com/p/twitter-api/issues/detail?id=1186
> >
> > On Apr 1, 5:16 pm, DustyReagan  wrote:
> >
> >
> >
> > > I was wondering if it'd be possible to get the number of lists a user
> > > belongs to returned in the User object. I noticed the list count is
> > > displayed beside status, follower, and following counts all over
> > > Twitter, looks like the list count may be on the same level as the
> > > other counts. I'd like to include the list counts in my application
> > > without making additional API calls. Possibility?
>
>
> --
> To unsubscribe, reply using "remove me" as the subject.
>


[twitter-dev] Re: Lists count in User object

2010-04-01 Thread Damon C
I heard somewhere that the list count is supposed to be included in
the user object at some point, although I can't remember where I heard
that/what the timeline was.

Until then, best solution appears to be (I hate to say it) scraping
the website. Otherwise, the API calls could get out of hand for users
on a ton of lists.

Damon

On Apr 1, 10:20 pm, "Orian Marx (@orian)"  wrote:
> Yeah this was logged in the bug tracker I think the day lists were
> rolled out to the public, but it looks like it never received an
> official response and is still marked as a "new" entry. 
> :(http://code.google.com/p/twitter-api/issues/detail?id=1186
>
> On Apr 1, 5:16 pm, DustyReagan  wrote:
>
>
>
> > I was wondering if it'd be possible to get the number of lists a user
> > belongs to returned in the User object. I noticed the list count is
> > displayed beside status, follower, and following counts all over
> > Twitter, looks like the list count may be on the same level as the
> > other counts. I'd like to include the list counts in my application
> > without making additional API calls. Possibility?


-- 
To unsubscribe, reply using "remove me" as the subject.


[twitter-dev] Re: Lists count in User object

2010-04-01 Thread Orian Marx (@orian)
Yeah this was logged in the bug tracker I think the day lists were
rolled out to the public, but it looks like it never received an
official response and is still marked as a "new" entry. :(
http://code.google.com/p/twitter-api/issues/detail?id=1186

On Apr 1, 5:16 pm, DustyReagan  wrote:
> I was wondering if it'd be possible to get the number of lists a user
> belongs to returned in the User object. I noticed the list count is
> displayed beside status, follower, and following counts all over
> Twitter, looks like the list count may be on the same level as the
> other counts. I'd like to include the list counts in my application
> without making additional API calls. Possibility?


Re: [twitter-dev] Re: lists

2009-12-09 Thread Abraham Williams
There are a number of list methods specified in the documentation. They
include methods to get members and subscribers of lists as well as checking
if an account is a member or a subscriber of a list.

See "List Methods", "List Members Methods", and "List Subscribers Methods":

http://apiwiki.twitter.com/Twitter-API-Documentation

On Wed, Dec 9, 2009 at 13:41, Daniel Silva wrote:

> Or given a user lists with all the id of list members.
>
> 2009/12/9 Daniel Silva 
>
>  Is there any way to know if a given user is related to another given user
>> lists?
>>
>>
>> --
>> regards
>> Daniel Silva
>>
>
>
>
> --
>
>


-- 
Abraham Williams | Community Evangelist | http://web608.org
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Madison, WI, United States


Re: [twitter-dev] Re: lists

2009-12-09 Thread Mark McBride
Not with a single call, no.

On Wed, Dec 9, 2009 at 11:41 AM, Daniel Silva
 wrote:
> Or given a user lists with all the id of list members.
>
> 2009/12/9 Daniel Silva 
>>
>>  Is there any way to know if a given user is related to another given user
>> lists?
>>
>>
>> --
>> regards
>> Daniel Silva
>
>
>
> --
>
>



-- 
   ---Mark

http://twitter.com/mccv


[twitter-dev] Re: lists

2009-12-09 Thread Daniel Silva
Or given a user lists with all the id of list members.

2009/12/9 Daniel Silva 

>  Is there any way to know if a given user is related to another given user
> lists?
>
>
> --
> regards
> Daniel Silva
>



--


[twitter-dev] Re: Lists API call not working?

2009-11-30 Thread LeeS - @semel
Makes sense.  I hadn't found out about lists being turned off.

Lee


On Nov 30, 5:20 pm, Rich  wrote:
> Yep it affects the 
> APIhttp://status.twitter.com/post/263867698/responding-to-high-error-rat...
>
> On Nov 30, 9:54 pm, Tim Haines  wrote:
>
> > They've turned off lists on twitter.com at the moment.  I'd expect this
> > would cause the API to stop working too..
>
> > On Tue, Dec 1, 2009 at 10:36 AM, LeeS - @semel  wrote:
>
> > > I'm trying to use this call from the documentation, which previously
> > > worked - now it doesn't:
>
> > >http://api.twitter.com/1/twitterapidocs/lists.xml
>
> > > I get redirected tohttp://api.twitter.com/lists/not_yet
>
> > > This seems to affect other API calls I've tried as well.
>
> > > Lee


[twitter-dev] Re: Lists API call not working?

2009-11-30 Thread Rich
Yep it affects the API 
http://status.twitter.com/post/263867698/responding-to-high-error-rate-lists-feature

On Nov 30, 9:54 pm, Tim Haines  wrote:
> They've turned off lists on twitter.com at the moment.  I'd expect this
> would cause the API to stop working too..
>
> On Tue, Dec 1, 2009 at 10:36 AM, LeeS - @semel  wrote:
>
>
>
> > I'm trying to use this call from the documentation, which previously
> > worked - now it doesn't:
>
> >http://api.twitter.com/1/twitterapidocs/lists.xml
>
> > I get redirected tohttp://api.twitter.com/lists/not_yet
>
> > This seems to affect other API calls I've tried as well.
>
> > Lee


[twitter-dev] Re: Lists API call not working?

2009-11-30 Thread Dewald Pretorius
I can confirm the issue. List API calls are broken. Here's the headers
you get:

HTTP/1.1 404 Not Found
Date: Mon, 30 Nov 2009 21:43:31 GMT
Server: Apache
Last-Modified: Wed, 25 Nov 2009 02:42:58 GMT
Accept-Ranges: bytes
Content-Length: 6480
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=UTF-8


On Nov 30, 5:36 pm, "LeeS - @semel"  wrote:
> I'm trying to use this call from the documentation, which previously
> worked - now it doesn't:
>
> http://api.twitter.com/1/twitterapidocs/lists.xml
>
> I get redirected tohttp://api.twitter.com/lists/not_yet
>
> This seems to affect other API calls I've tried as well.
>
> Lee


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 wrote:

> 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
>



-- 
Harshad RJ
http://hrj.wikidot.com


[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 now have descriptions

2009-11-18 Thread JinS
that's great!
however, it seems cannot accept other asian languages such as Korean.


On Nov 19, 11:21 am, Marcel Molina  wrote:
> You can now add a description to a list. The resources for creating
> and updating a list via the API now supports a "description" parameter
> and list payloads will include it as well.
>
> All the relevant documentation should be updated to reflect these 
> additions:http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-idhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-POST-listshttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-POST-lists-idhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-DELETE-list-idhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-lists
>
> Let us know if something seems amiss and we hope you enjoy!
>
> --
> Marcel Molina
> Twitter Platform Teamhttp://twitter.com/noradio


Re: [twitter-dev] Re: Lists now have descriptions

2009-11-18 Thread Marcel Molina
I've forwarded this along to our i18n team to see what they say.

On Wed, Nov 18, 2009 at 4:54 PM, JinS  wrote:
> it's great!
> however it seems cannot accept other asian languages such as Korean.
>
> On Nov 19, 11:21 am, Marcel Molina  wrote:
>> You can now add a description to a list. The resources for creating
>> and updating a list via the API now supports a "description" parameter
>> and list payloads will include it as well.
>>
>> All the relevant documentation should be updated to reflect these 
>> additions:http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-idhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-POST-listshttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-POST-lists-idhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-DELETE-list-idhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-lists
>>
>> Let us know if something seems amiss and we hope you enjoy!
>>
>> --
>> Marcel Molina
>> Twitter Platform Teamhttp://twitter.com/noradio
>



-- 
Marcel Molina
Twitter Platform Team
http://twitter.com/noradio


[twitter-dev] Re: Lists now have descriptions

2009-11-18 Thread JinS
it's great!
however it seems cannot accept other asian languages such as Korean.

On Nov 19, 11:21 am, Marcel Molina  wrote:
> You can now add a description to a list. The resources for creating
> and updating a list via the API now supports a "description" parameter
> and list payloads will include it as well.
>
> All the relevant documentation should be updated to reflect these 
> additions:http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-idhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-POST-listshttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-POST-lists-idhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-DELETE-list-idhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-lists
>
> Let us know if something seems amiss and we hope you enjoy!
>
> --
> Marcel Molina
> Twitter Platform Teamhttp://twitter.com/noradio


[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 Nov 7, 7:06 pm, "dean.j.robinson" 
wrote:
> +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.com), not just the ones
> they are following
>
> any chance of getting a combined my lists + lists I follow (or
> changing the /subscriptions response) to eliminate the need for
> multiple API calls?
>
> On Nov 2, 4:27 am, Eric Woodward  wrote:
>
> > 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
>
> > Eric Woodward
> > Email: e...@nambu.com
>
> > On Oct 31, 3:01 pm, twittelator  wrote:
>
> > > Whoops - what I meant to say was:
>
> > > :user//lists/subscriptions.:format
>
> > > will get the lists a user has subscribed to
>
> > > Andrew Stone
> > > Twitter / @twittelatorhttp://www.stone.com
> > > got iPhone?
> > >        http://tinyurl.com/twitpro
> > >        http://tinyurl.com/intentionizer
> > >        http://tinyurl.com/gesture-buy
> > >        http://tinyurl.com/igraffiti
> > >        http://tinyurl.com/talkingpics
> > >        http://tinyurl.com/mobilemix
> > >        http://tinyurl.com/soundbite
> > >        http://tinyurl.com/icreated
> > >        http://tinyurl.com/pulsar-app
>
> > > On Oct 30, 5:52 pm, Eric Woodward  wrote:
>
> > > > Anyone seeing an issue with a method to get a list of a user's list
> > > >subscriptions? The following:
>
> > > > curl -u ejwc:[password] "http://twitter.com/ejwc/lists.xml";
>
> > > > only returns the three test lists that I have created, while the same
> > > > URL on Twitter's website:
>
> > > >https://twitter.com/ejwc/lists
>
> > > > returns my three test lists, and the 5+ lists I am following.
>
> > > > Any suggestions? I have only just started getting a response for the
> > > > API methods in the last day or so and only getting familiar with them.
> > > > Any help would be appreciated.
>
> > > > --ejw
>
> > > > Eric Woodward
> > > > Email: e...@nambu.com


[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 (I couldn't
see one), could they let us know here: otherwise I'll file it
myself :)

Cheers!

-N

--
Nik Fletcher
Realmac Software


[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.com), not just the ones
they are following

any chance of getting a combined my lists + lists I follow (or
changing the /subscriptions response) to eliminate the need for
multiple API calls?




On Nov 2, 4:27 am, Eric Woodward  wrote:
> 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
>
> Eric Woodward
> Email: e...@nambu.com
>
> On Oct 31, 3:01 pm, twittelator  wrote:
>
> > Whoops - what I meant to say was:
>
> > :user//lists/subscriptions.:format
>
> > will get the lists a user has subscribed to
>
> > Andrew Stone
> > Twitter / @twittelatorhttp://www.stone.com
> > got iPhone?
> >        http://tinyurl.com/twitpro
> >        http://tinyurl.com/intentionizer
> >        http://tinyurl.com/gesture-buy
> >        http://tinyurl.com/igraffiti
> >        http://tinyurl.com/talkingpics
> >        http://tinyurl.com/mobilemix
> >        http://tinyurl.com/soundbite
> >        http://tinyurl.com/icreated
> >        http://tinyurl.com/pulsar-app
>
> > On Oct 30, 5:52 pm, Eric Woodward  wrote:
>
> > > Anyone seeing an issue with a method to get a list of a user's list
> > >subscriptions? The following:
>
> > > curl -u ejwc:[password] "http://twitter.com/ejwc/lists.xml";
>
> > > only returns the three test lists that I have created, while the same
> > > URL on Twitter's website:
>
> > >https://twitter.com/ejwc/lists
>
> > > returns my three test lists, and the 5+ lists I am following.
>
> > > Any suggestions? I have only just started getting a response for the
> > > API methods in the last day or so and only getting familiar with them.
> > > Any help would be appreciated.
>
> > > --ejw
>
> > > Eric Woodward
> > > Email: e...@nambu.com


[twitter-dev] Re: Lists API

2009-11-03 Thread Dan

Yep, on for everyone.

Just waiting and hoping for whitelisting so I can actually release the
website I built around the API. Right now I can't make enough calls to
keep its database fresh.


[twitter-dev] Re: Lists API

2009-11-03 Thread Rich

>From what I gathered as soon as you could access lists on the Web
interface, you also gained access to the List APIs too

On Nov 3, 6:08 am, Michael Steuer  wrote:
> Well, I¹m in no beta, but it all seems to be accessible and working..
> According to Marcel Molina, the API went public/open last Thursday. I guess
> it wasn¹t announced (not on the group at least).
>
> On 11/2/09 9:57 AM, "Sean Scott"  wrote:
>
> > List API is in Beta.  If you're in the beta you can play with it.  If you're
> > not in the Beta you can't play with it just yet
>
> > On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer  wrote:
> >> With all the discussions on this mailing list about the Lists API, can
> >> someone please confirm, is the API now available to all developers or all 
> >> of
> >> you in some sort of preferred position?
>
> >> Thanks,
>
> >> Michael.


[twitter-dev] Re: Lists API

2009-11-02 Thread Michael Steuer
Well, I¹m in no beta, but it all seems to be accessible and working..
According to Marcel Molina, the API went public/open last Thursday. I guess
it wasn¹t announced (not on the group at least).


On 11/2/09 9:57 AM, "Sean Scott"  wrote:

> List API is in Beta.  If you're in the beta you can play with it.  If you're
> not in the Beta you can't play with it just yet
> 
> On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer  wrote:
>> With all the discussions on this mailing list about the Lists API, can
>> someone please confirm, is the API now available to all developers or all of
>> you in some sort of preferred position?
>> 
>> Thanks,
>> 
>> Michael. 
> 
> 



[twitter-dev] Re: Lists API

2009-11-02 Thread Sean Scott
List API is in Beta.  If you're in the beta you can play with it.  If you're
not in the Beta you can't play with it just yet

On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer  wrote:

>  With all the discussions on this mailing list about the Lists API, can
> someone please confirm, is the API now available to all developers or all of
> you in some sort of preferred position?
>
> Thanks,
>
> Michael.
>



-- 
Sean Scott
cell: 612.867.8133
portfolio: http://www.flickr.com/photos/92876...@n00/sets/72157613990263453/
profile: http://www.linkedin.com/profile?viewProfile=&key=2242610
blog: http://www.twofortyeight.com/
other: http://twitter.com/kalisurfer


[twitter-dev] Re: Lists API

2009-11-02 Thread Sean Scott
Apologies, i must have missed it as well.

On Mon, Nov 2, 2009 at 10:10 AM, Michael Steuer  wrote:

>
> Ah, great... I must have missed that announcement!
>
> Thanks,
>
> Michael.
>
>
> On 11/2/09 10:05 AM, "Marcel Molina"  wrote:
>
> >
> > It's available to all developers and has been since last Thursday.
> >
> > There are still some tweaks to be made but everything that works now
> > should continue to be supported along side the changes and additions
> > that will be introduced.
> >
> > On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer 
> wrote:
> >> With all the discussions on this mailing list about the Lists API, can
> >> someone please confirm, is the API now available to all developers or
> all of
> >> you in some sort of preferred position?
> >>
> >> Thanks,
> >>
> >> Michael.
> >
> >
>
>
>


-- 
Sean Scott
cell: 612.867.8133
portfolio: http://www.flickr.com/photos/92876...@n00/sets/72157613990263453/
profile: http://www.linkedin.com/profile?viewProfile=&key=2242610
blog: http://www.twofortyeight.com/
other: http://twitter.com/kalisurfer


[twitter-dev] Re: Lists API

2009-11-02 Thread Rich

Ah perfect, I guess that means you can ignore my post in the other
thread :)

Right then my list implementation is ready to go!  Now to battle
Apple's approval process!

On Nov 2, 6:15 pm, Marcel Molina  wrote:
> You may (until further notice) ;-)
>
>
>
>
>
> On Mon, Nov 2, 2009 at 10:12 AM,   wrote:
>
> > Can I translate that into 'the current URL to get a list using the slug 
> > will not be deprecated'?
>
> > Marco
> > 
>
> > -Original Message-
> > From: Marcel Molina 
> > Date: Mon, 2 Nov 2009 10:05:03
> > To: 
> > Subject: [twitter-dev] Re: Lists API
>
> > It's available to all developers and has been since last Thursday.
>
> > There are still some tweaks to be made but everything that works now
> > should continue to be supported along side the changes and additions
> > that will be introduced.
>
> > On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer  wrote:
> >> With all the discussions on this mailing list about the Lists API, can
> >> someone please confirm, is the API now available to all developers or all 
> >> of
> >> you in some sort of preferred position?
>
> >> Thanks,
>
> >> Michael.
>
> > --
> > Marcel Molina
> > Twitter Platform Team
> >http://twitter.com/noradio
>
> --
> Marcel Molina
> Twitter Platform Teamhttp://twitter.com/noradio


[twitter-dev] Re: Lists API

2009-11-02 Thread Marco Kaiser
thank you :)

2009/11/2 Marcel Molina 

>
> You may (until further notice) ;-)
>
> On Mon, Nov 2, 2009 at 10:12 AM,   wrote:
> >
> > Can I translate that into 'the current URL to get a list using the slug
> will not be deprecated'?
> >
> > Marco
> > 
> >
> > -Original Message-
> > From: Marcel Molina 
> > Date: Mon, 2 Nov 2009 10:05:03
> > To: 
> > Subject: [twitter-dev] Re: Lists API
> >
> >
> > It's available to all developers and has been since last Thursday.
> >
> > There are still some tweaks to be made but everything that works now
> > should continue to be supported along side the changes and additions
> > that will be introduced.
> >
> > On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer 
> wrote:
> >> With all the discussions on this mailing list about the Lists API, can
> >> someone please confirm, is the API now available to all developers or
> all of
> >> you in some sort of preferred position?
> >>
> >> Thanks,
> >>
> >> Michael.
> >
> >
> >
> > --
> > Marcel Molina
> > Twitter Platform Team
> > http://twitter.com/noradio
> >
> >
>
>
>
> --
> Marcel Molina
> Twitter Platform Team
> http://twitter.com/noradio
>


[twitter-dev] Re: Lists API

2009-11-02 Thread Marcel Molina

You may (until further notice) ;-)

On Mon, Nov 2, 2009 at 10:12 AM,   wrote:
>
> Can I translate that into 'the current URL to get a list using the slug will 
> not be deprecated'?
>
> Marco
> 
>
> -Original Message-
> From: Marcel Molina 
> Date: Mon, 2 Nov 2009 10:05:03
> To: 
> Subject: [twitter-dev] Re: Lists API
>
>
> It's available to all developers and has been since last Thursday.
>
> There are still some tweaks to be made but everything that works now
> should continue to be supported along side the changes and additions
> that will be introduced.
>
> On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer  wrote:
>> With all the discussions on this mailing list about the Lists API, can
>> someone please confirm, is the API now available to all developers or all of
>> you in some sort of preferred position?
>>
>> Thanks,
>>
>> Michael.
>
>
>
> --
> Marcel Molina
> Twitter Platform Team
> http://twitter.com/noradio
>
>



-- 
Marcel Molina
Twitter Platform Team
http://twitter.com/noradio


[twitter-dev] Re: Lists API

2009-11-02 Thread kaiser . marco

Can I translate that into 'the current URL to get a list using the slug will 
not be deprecated'?

Marco


-Original Message-
From: Marcel Molina 
Date: Mon, 2 Nov 2009 10:05:03 
To: 
Subject: [twitter-dev] Re: Lists API


It's available to all developers and has been since last Thursday.

There are still some tweaks to be made but everything that works now
should continue to be supported along side the changes and additions
that will be introduced.

On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer  wrote:
> With all the discussions on this mailing list about the Lists API, can
> someone please confirm, is the API now available to all developers or all of
> you in some sort of preferred position?
>
> Thanks,
>
> Michael.



-- 
Marcel Molina
Twitter Platform Team
http://twitter.com/noradio



[twitter-dev] Re: Lists API

2009-11-02 Thread Michael Steuer

Ah, great... I must have missed that announcement!

Thanks,

Michael.


On 11/2/09 10:05 AM, "Marcel Molina"  wrote:

> 
> It's available to all developers and has been since last Thursday.
> 
> There are still some tweaks to be made but everything that works now
> should continue to be supported along side the changes and additions
> that will be introduced.
> 
> On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer  wrote:
>> With all the discussions on this mailing list about the Lists API, can
>> someone please confirm, is the API now available to all developers or all of
>> you in some sort of preferred position?
>> 
>> Thanks,
>> 
>> Michael.
> 
> 




[twitter-dev] Re: Lists API

2009-11-02 Thread Marcel Molina

It's available to all developers and has been since last Thursday.

There are still some tweaks to be made but everything that works now
should continue to be supported along side the changes and additions
that will be introduced.

On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer  wrote:
> With all the discussions on this mailing list about the Lists API, can
> someone please confirm, is the API now available to all developers or all of
> you in some sort of preferred position?
>
> Thanks,
>
> Michael.



-- 
Marcel Molina
Twitter Platform Team
http://twitter.com/noradio


[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.


[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

Eric Woodward
Email: e...@nambu.com


On Oct 31, 3:01 pm, twittelator  wrote:
> Whoops - what I meant to say was:
>
> :user//lists/subscriptions.:format
>
> will get the lists a user has subscribed to
>
> Andrew Stone
> Twitter / @twittelatorhttp://www.stone.com
> got iPhone?
>        http://tinyurl.com/twitpro
>        http://tinyurl.com/intentionizer
>        http://tinyurl.com/gesture-buy
>        http://tinyurl.com/igraffiti
>        http://tinyurl.com/talkingpics
>        http://tinyurl.com/mobilemix
>        http://tinyurl.com/soundbite
>        http://tinyurl.com/icreated
>        http://tinyurl.com/pulsar-app
>
> On Oct 30, 5:52 pm, Eric Woodward  wrote:
>
>
>
> > Anyone seeing an issue with a method to get a list of a user's list
> > subscriptions? The following:
>
> > curl -u ejwc:[password] "http://twitter.com/ejwc/lists.xml";
>
> > only returns the three test lists that I have created, while the same
> > URL on Twitter's website:
>
> >https://twitter.com/ejwc/lists
>
> > returns my three test lists, and the 5+ lists I am following.
>
> > Any suggestions? I have only just started getting a response for the
> > API methods in the last day or so and only getting familiar with them.
> > Any help would be appreciated.
>
> > --ejw
>
> > Eric Woodward
> > Email: e...@nambu.com


[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-10-31 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
http://tinyurl.com/gesture-buy
http://tinyurl.com/igraffiti
http://tinyurl.com/talkingpics
http://tinyurl.com/mobilemix
http://tinyurl.com/soundbite
http://tinyurl.com/icreated
http://tinyurl.com/pulsar-app



On Oct 30, 5:52 pm, Eric Woodward  wrote:
> Anyone seeing an issue with a method to get a list of a user's list
> subscriptions? The following:
>
> curl -u ejwc:[password] "http://twitter.com/ejwc/lists.xml";
>
> only returns the three test lists that I have created, while the same
> URL on Twitter's website:
>
> https://twitter.com/ejwc/lists
>
> returns my three test lists, and the 5+ lists I am following.
>
> Any suggestions? I have only just started getting a response for the
> API methods in the last day or so and only getting familiar with them.
> Any help would be appreciated.
>
> --ejw
>
> Eric Woodward
> Email: e...@nambu.com


[twitter-dev] Re: Lists API for Subscriptions

2009-10-31 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
http://tinyurl.com/talkingpics
http://tinyurl.com/mobilemix
http://tinyurl.com/soundbite
http://tinyurl.com/icreated
http://tinyurl.com/pulsar-app



On Oct 30, 5:52 pm, Eric Woodward  wrote:
> Anyone seeing an issue with a method to get a list of a user's list
> subscriptions? The following:
>
> curl -u ejwc:[password] "http://twitter.com/ejwc/lists.xml";
>
> only returns the three test lists that I have created, while the same
> URL on Twitter's website:
>
> https://twitter.com/ejwc/lists
>
> returns my three test lists, and the 5+ lists I am following.
>
> Any suggestions? I have only just started getting a response for the
> API methods in the last day or so and only getting familiar with them.
> Any help would be appreciated.
>
> --ejw
>
> Eric Woodward
> Email: e...@nambu.com


[twitter-dev] Re: Lists Prediction - So Set Rules And Prepare For It Now

2009-10-30 Thread Marco Kaiser
Whom are you addressing - twitter or devs? or both?

Marco

2009/10/30 Dewald Pretorius 

>
> Just like the number of followers on Twitter has become a status
> symbol and a commodity, the number of lists you are on is also going
> to become a status symbol and commodity.
>
> You can expect services to very soon show up that will have all kinds
> of schemes to get someone on as many lists as possible. Paid,
> reciprocation, etc, etc.
>
> So, better set clear rules and limits right now, before it becomes a
> fire that you have to put out.
>
> Dewald
>


[twitter-dev] Re: Lists API

2009-10-15 Thread Rich

I know, it's just when Robert Scoble floods your feed with Tweets
about lists and how they'll change everything you kinda want to see
it!

On Oct 16, 7:17 am, Josh Roesslein  wrote:
> I personally would rather be a bit more patient and let them iron out
> the API first before releasing it.
> I don't want to implement it then out of no where it changes
> drastically and now I have to scrub work and re-code.
> I'm sure we will soon have details, but until then chill and give them
> time to implement it.
>
> Josh


[twitter-dev] Re: Lists API

2009-10-15 Thread Josh Roesslein

I personally would rather be a bit more patient and let them iron out
the API first before releasing it.
I don't want to implement it then out of no where it changes
drastically and now I have to scrub work and re-code.
I'm sure we will soon have details, but until then chill and give them
time to implement it.

Josh


[twitter-dev] Re: Lists API

2009-10-15 Thread Rich

I too would like to know what is going on here, some high profile
people are tweeting about lists and how they work, yet none (well
maybe none) of us have any idea how we could integrate this into our
apps yet.

Yet at the same time the ReTweet api docs have been around for a
while, they are being tested and not rolled out yet.

On Oct 16, 5:09 am, Eric Woodward  wrote:
> Hmm. Ok, thats is obviously fair enough, in theory. You obviously need
> to test and debug something with a subset of traffic. But Lists are
> operational now on twitter.com which serves millions, so it seems you
> are well down that road, yet no API, no draft API methods to review
> like we have for retweets, nothing. Services contact me to integrate
> services they developed on top of Lists meaning they have had access
> to the API for weeks, or more.
>
> Basically, you are rolling out critical platform improvements that
> many of us don't have access to. I am not sure what the point of being
> a Twitter developer is if you dont give us all fair access to key
> elements of the service.
>
> You have also created a small nightmare for those us that implemented
> a version of Lists/Groups that is now starting to confuse users.
>
> Basically, from what has been going on from the bit.ly transition to
> suggested users lists to preferential access to stream APIs to free
> advertising/endorsements for some to now giving access to the Lists
> API to selected people, I could write a book on how to not manage an
> ecosystem using Twitter as the prime example.
>
> Please please at least give us a draft API to review for Lists as you
> have done for Rewteets so we can at least *plan* a transition from our
> own Groups implementations, or how we will coordinate the two features
> based on the API methods. You have people building services on opt of
> the Lists API and pitching me to include it in Nambu, so it is
> obviously a lot further along you are letting on here.
>
> --ejw
>
> Eric Woodward
> Email: e...@nambu.com
>
> On Oct 15, 4:19 pm, Marcel Molina  wrote:
>
>
>
> > We are rolling it out to a small set of users incrementally so that we
> > can load test and find bugs. We've been working on the API
> > documentation and will be rolling it out gradually.
>
> > On Thu, Oct 15, 2009 at 4:10 PM, Eric Woodward  wrote:
>
> > > So, what is the plan for releasing the Lists API, if there is one? It
> > > is well known that selected people have access to them while the rest
> > > of us do not, which is creating a problem with users. Is there a plan
> > > to release these APIs to everyone soon?
>
> > > Please respond. I am only asking.
>
> > > --ejw
>
> > > Eric Woodward
> > > Email: e...@nambu.com
>
> > --
> > Marcel Molina
> > Twitter Platform Teamhttp://twitter.com/noradio


[twitter-dev] Re: Lists API

2009-10-15 Thread Eric Woodward

Hmm. Ok, thats is obviously fair enough, in theory. You obviously need
to test and debug something with a subset of traffic. But Lists are
operational now on twitter.com which serves millions, so it seems you
are well down that road, yet no API, no draft API methods to review
like we have for retweets, nothing. Services contact me to integrate
services they developed on top of Lists meaning they have had access
to the API for weeks, or more.

Basically, you are rolling out critical platform improvements that
many of us don't have access to. I am not sure what the point of being
a Twitter developer is if you dont give us all fair access to key
elements of the service.

You have also created a small nightmare for those us that implemented
a version of Lists/Groups that is now starting to confuse users.

Basically, from what has been going on from the bit.ly transition to
suggested users lists to preferential access to stream APIs to free
advertising/endorsements for some to now giving access to the Lists
API to selected people, I could write a book on how to not manage an
ecosystem using Twitter as the prime example.

Please please at least give us a draft API to review for Lists as you
have done for Rewteets so we can at least *plan* a transition from our
own Groups implementations, or how we will coordinate the two features
based on the API methods. You have people building services on opt of
the Lists API and pitching me to include it in Nambu, so it is
obviously a lot further along you are letting on here.

--ejw

Eric Woodward
Email: e...@nambu.com


On Oct 15, 4:19 pm, Marcel Molina  wrote:
> We are rolling it out to a small set of users incrementally so that we
> can load test and find bugs. We've been working on the API
> documentation and will be rolling it out gradually.
>
> On Thu, Oct 15, 2009 at 4:10 PM, Eric Woodward  wrote:
>
> > So, what is the plan for releasing the Lists API, if there is one? It
> > is well known that selected people have access to them while the rest
> > of us do not, which is creating a problem with users. Is there a plan
> > to release these APIs to everyone soon?
>
> > Please respond. I am only asking.
>
> > --ejw
>
> > Eric Woodward
> > Email: e...@nambu.com
>
> --
> Marcel Molina
> Twitter Platform Teamhttp://twitter.com/noradio


[twitter-dev] Re: Lists API

2009-10-15 Thread Marcel Molina

We are rolling it out to a small set of users incrementally so that we
can load test and find bugs. We've been working on the API
documentation and will be rolling it out gradually.

On Thu, Oct 15, 2009 at 4:10 PM, Eric Woodward  wrote:
>
> So, what is the plan for releasing the Lists API, if there is one? It
> is well known that selected people have access to them while the rest
> of us do not, which is creating a problem with users. Is there a plan
> to release these APIs to everyone soon?
>
> Please respond. I am only asking.
>
> --ejw
>
> Eric Woodward
> Email: e...@nambu.com
>



-- 
Marcel Molina
Twitter Platform Team
http://twitter.com/noradio