[twitter-dev] Re: list api create_all method not working

2010-09-14 Thread Ken
Finally, after discovering this thread, I added /members/ to the create_all endpoint and was able to add 98 members to a list. As twitter would say, 'Yay'... I filed a bug to have the documentation corrected. Are there still problems adding lots of members, as reported earlier in this thread?

[twitter-dev] Re: list api create_all method not working

2010-09-14 Thread Jim Chevalier
Hello, I find that pushing 99 users into a create_all call will fall over fairly often with a 502 error. To get around that, I've backed down as far as 5... Although, and I might be just totally completely wrong about this, it seems like the response codes don't *completely* line up with the

Re: [twitter-dev] Re: list api create_all method not working

2010-09-14 Thread Zahid Naqvi
Hi, Can anyone suggest me that how i can integrate my Blackberry application with twitter. I am using Twitter me 1.4 api for this. -- *Thanks Regards* *Zahid Naqvi | Senior Software Engineer* -- * G1-11, I.T.Park, M.I.A. (Extn.)

Re: [twitter-dev] Re: list api create_all method not working

2010-08-23 Thread Taylor Singletary
Hi Everyone, Think we found a nasty documentation bug around lists here, and we'll get them fixed as soon as we can. I believe the issue here is that we haven't indicated a necessary path component. The API call should be to: POST http://api.twitter.com/1/:user/lists/:list_id/create_all.json

[twitter-dev] Re: list api create_all method not working

2010-08-23 Thread whizcreed
Hi Taylor, Really appreciate the response. Regards, Aditya Raj On Aug 23, 7:51 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Everyone, Think we found a nasty documentation bug around lists here, and we'll get them fixed as soon as we can. I believe the issue here is that we

[twitter-dev] Re: list api create_all method not working

2010-08-23 Thread Jim Chevalier
Hello, Thanks for the clarification! It seems I'm still having trouble with the 'create_all' command. I've updated my code: $added = $connection-post({$user-screen_name}/lists/$listid-id/ create_all, array('user_id' = $users)); print_r($added); This still has no output. I noticed you specified

Re: [twitter-dev] Re: list api create_all method not working

2010-08-23 Thread Abraham Williams
Jim, What is your value for $users? Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Aug 23, 2010 at 08:55, Jim Chevalier jcheval...@gmail.com

[twitter-dev] Re: list api create_all method not working

2010-08-23 Thread Jim Chevalier
hrm, back to square one then... Abraham - the value of $users is:

[twitter-dev] Re: list api create_all method not working

2010-08-22 Thread Jim Chevalier
I'm getting no response from 'create_all' (http://dev.twitter.com/doc/ post/:user/:list_id/create_all) when using twitteroauth (http:// github.com/abraham/twitteroauth). This is the code that I'm using: $added = $connection-post({$user-screen_name}/{$list-id}/ create_all, array('user_id' =