[twitter-dev] Re: OAuth and Perl

2009-05-19 Thread Jesse Stay
I just blogged a pretty thorough howto on this. Let me know if you have feedback: http://staynalive.com/articles/2009/05/19/social-coding-how-to-code-twitters-oauth-using-netoauth-and-perl/ http://staynalive.com/articles/2009/05/19/social-coding-how-to-code-twitters-oauth-using-netoauth-and-perl/

[twitter-dev] Re: OAuth and Perl

2009-05-15 Thread ben
I'm having the same problem as Jesse using the Net::OAuth Here's what I get back from twitter: $VAR1 = bless( { '_protocol' = 'HTTP/1.1', '_content' = 'Failed to validate oauth signature or token', '_rc' = '401', '_headers' =

[twitter-dev] Re: OAuth and Perl

2009-04-30 Thread Jesse Stay
I just wanted to bring back attention to this. Has anyone on the list gotten Twitter's OAuth to work with Perl? Care to share some code examples? Thanks, Jesse On Wed, Apr 22, 2009 at 1:40 AM, Jesse Stay jesses...@gmail.com wrote: Matt, here's what I'm getting back: On Tue, Apr 21, 2009 at

[twitter-dev] Re: OAuth and Perl

2009-04-30 Thread Mario Menti
On Thu, Apr 30, 2009 at 11:22 PM, Jesse Stay jesses...@gmail.com wrote: I just wanted to bring back attention to this. Has anyone on the list gotten Twitter's OAuth to work with Perl? Care to share some code examples? I'm using Perl's Net::OAuth heavily, but only for updating twitter status

[twitter-dev] Re: OAuth and Perl

2009-04-22 Thread Jesse Stay
Matt, here's what I'm getting back: On Tue, Apr 21, 2009 at 9:58 AM, Matt Sanford m...@twitter.com wrote: Hi Jesse, The best debugging information is: 1. The error message from your 401. » Example: Failed to validate oauth signature or token Missing authenticate header 2. The

[twitter-dev] Re: OAuth and Perl

2009-04-22 Thread Abraham Williams
Not likely. From your error message it looks like you are either not sending an array of parameters to Net::OAuth or it is dropping them somewhere. I don't know Perl though so I can't really help any further. On Wed, Apr 22, 2009 at 18:39, Jesse Stay jesses...@gmail.com wrote: Is my issue

[twitter-dev] Re: OAuth and Perl

2009-04-21 Thread Matt Sanford
Hi Jesse, The best debugging information is: 1. The error message from your 401. » Example: Failed to validate oauth signature or token 2. The signature base string. In other words, the string you used to create the signature. » Example: See [1] for an example. 3. What oauth