[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 wrote: > Hey mark thanks for the reply. I'm going to give it a shot today > > On Nov 28, 4:53 pm, Mark McBride wrote: > > > Actually, addi

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

2009-11-29 Thread Michael
Hey mark thanks for the reply. I'm going to give it a shot today On Nov 28, 4:53 pm, Mark McBride wrote: > Actually, adding it to :headers isn't going to do what you want at > all.  Best bet seems to be to patch the gem to issue a POST request > along with _method = DELETE > >    ---Mark > > On S

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

2009-11-28 Thread Mark McBride
Actually, adding it to :headers isn't going to do what you want at all. Best bet seems to be to patch the gem to issue a POST request along with _method = DELETE ---Mark On Sat, Nov 28, 2009 at 1:26 PM, Mark McBride wrote: > This is the twitter gem at http://github.com/jnunemaker/twitter?  T

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) perform_delete("/#{list_owner_username}/#{slu

[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 wrote: > I know that i should post on the Twitter gem group(and i have) but > that place i