[twitter-dev] Re: Trying to trouble shoot DELETE list members with the Twitter gem.

2009-11-29 Thread Michael
If anyone is still having this problem you should know pengwynn patched this today in 0.7.7 http://github.com/jnunemaker/twitter On Nov 29, 11:04 am, Michael magic6...@gmail.com wrote: Hey mark thanks for the reply. I'm going to give it a shot today On Nov 28, 4:53 pm, Mark McBride

[twitter-dev] Re: Trying to trouble shoot DELETE list members with the Twitter gem.

2009-11-28 Thread Michael
I have given up with trying to make it work with DELETE and tired sending _method=DELETE along with the body.. no success. i get Unauthorized - Incorrect signature Any ideas? On Nov 28, 12:13 am, Michael magic6...@gmail.com wrote: I know that i should post on the Twitter gem group(and i have)

Re: [twitter-dev] Re: Trying to trouble shoot DELETE list members with the Twitter gem.

2009-11-28 Thread Mark McBride
This is the twitter gem at http://github.com/jnunemaker/twitter? The problem seems to be that the list_remove_member in base.rb is trying to pass parameters in with :body in the last hash def list_remove_member(list_owner_username, slug, id)