[twitter-dev] Re: add list members

2010-10-04 Thread Ken D.
Cool. You could visit the tracker page for this issue,
http://code.google.com/p/twitter-api/issues/detail?id=1884 and star
the issue to help get it fixed sooner. This has got to be one of the
easiest Twitter bugs to fix.

Ken

On Oct 3, 6:08 pm, Damon Clinkscales sca...@pobox.com wrote:
 On Sun, Oct 3, 2010 at 9:25 AM, Ken D. k...@cimas.ch wrote:
  Damon,

  Mea culpa! There's an error in the create_all documentation. I should
  know since I filed the bug...

  Try:http://api.twitter.com/1/:user/:list/members/create_all.format

  Afaik,http://api.twitter.com/1/:user/:list/members.xmlis correct for
  adding a single user.

  Ken

 Hey Ken,

 That was it exactly.  The create_all works perfectly now.

 Thanks!
 /damon

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: add list members

2010-10-03 Thread Damon Clinkscales
On Sat, Oct 2, 2010 at 2:06 PM, Ken D. k...@cimas.ch wrote:
 Hey Damon,

 The URL you cite is that of the documentation page. The correct URL
 (for create_all) is:

 http://api.twitter.com/1/:user/:list/create_all.xml

 with parameter user_id=:ids or screen_name=:screen_names

 The example is:
 http://api.twitter.com/1/twitterapidocs/firemen/create_all.xml?user_id=783214,6253282

 Try that..
Hey Ken,

Yeah, I was just including those URLs to let you know which methods I
was talking about in the documentation.

The call being generated by the client lib (Grackle, in this case)
should look as you describe, afaik.  But there must be something amiss
with it.

Thanks,
/damon

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: add list members

2010-10-03 Thread Ken D.
Damon,

Mea culpa! There's an error in the create_all documentation. I should
know since I filed the bug...

Try: http://api.twitter.com/1/:user/:list/members/create_all.format

Afaik, http://api.twitter.com/1/:user/:list/members.xml is correct for
adding a single user.

Ken

On Oct 3, 3:41 pm, Damon Clinkscales sca...@pobox.com wrote:
 On Sat, Oct 2, 2010 at 2:06 PM, Ken D. k...@cimas.ch wrote:
  Hey Damon,

  The URL you cite is that of the documentation page. The correct URL
  (for create_all) is:

 http://api.twitter.com/1/:user/:list/create_all.xml

  with parameter user_id=:ids or screen_name=:screen_names

  The example is:
 http://api.twitter.com/1/twitterapidocs/firemen/create_all.xml?user_i...

  Try that..

 Hey Ken,

 Yeah, I was just including those URLs to let you know which methods I
 was talking about in the documentation.

 The call being generated by the client lib (Grackle, in this case)
 should look as you describe, afaik.  But there must be something amiss
 with it.

 Thanks,
 /damon

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: add list members

2010-10-03 Thread Damon Clinkscales
On Sun, Oct 3, 2010 at 9:25 AM, Ken D. k...@cimas.ch wrote:
 Damon,

 Mea culpa! There's an error in the create_all documentation. I should
 know since I filed the bug...

 Try: http://api.twitter.com/1/:user/:list/members/create_all.format

 Afaik, http://api.twitter.com/1/:user/:list/members.xml is correct for
 adding a single user.

 Ken

Hey Ken,

That was it exactly.  The create_all works perfectly now.

Thanks!
/damon

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: add list members

2010-10-02 Thread Ken D.
Hey Damon,

The URL you cite is that of the documentation page. The correct URL
(for create_all) is:

http://api.twitter.com/1/:user/:list/create_all.xml

with parameter user_id=:ids or screen_name=:screen_names

The example is:
http://api.twitter.com/1/twitterapidocs/firemen/create_all.xml?user_id=783214,6253282

Try that..

On Oct 2, 8:16 pm, Damon Clinkscales sca...@pobox.com wrote:
 I've tried both create_all.xml and members.xml to add multiple or just
 one member to a list.  The list is owned by me and exists.

 http://dev.twitter.com/doc/post/:user/:list_id/create_all
 orhttp://dev.twitter.com/doc/post/:user/:list_id/members

 When the call goes through, the response is a normal #newtwitter web
 page instead of an API response.

 Is this a known issue?

 thanks,
 /damon

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk