[twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-03 Thread Lars
use cURL in PHP, there's an option for verbose > output. I'm not sure about Perl, but Wireshark should help :) > > Tom > > On 9/3/10 10:42 AM, Lars wrote: > > > I Tom, > > > thanks for the validator! This is really a helpful tool. Can you > > explain me h

[twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-03 Thread Lars
use cURL in PHP, there's an option for verbose > output. I'm not sure about Perl, but Wireshark should help :) > > Tom > > On 9/3/10 10:42 AM, Lars wrote: > > > > > I Tom, > > > thanks for the validator! This is really a helpful tool. Can you > >

[twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-03 Thread Lars
Sorry, how to I generate a dump of my request with Perl? On Sep 3, 9:41 am, Tom van der Woerdt wrote: > On 9/3/10 12:28 AM, Lars wrote:> Why aren't my answers to Tom being displayed? > > No idea. > > > I based my program on the exmaples I found > > under

[twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-02 Thread Lars
ken, oauth_signature => $signature, oauth_version => $oauth_version, status => $status ]); # Make the request my $res = $ua->request($req); On 3 Sep., 00:23, Lars wrote: > Sorry, I don't habe shell access... > > On 3 Sep., 00:20,

[twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-02 Thread Lars
Sorry, I don't habe shell access... On 3 Sep., 00:20, Marc Mims wrote: > > > > > I am not a Perl expert but I have developed a small web page with Perl > > which is somewhat popular in Germany (according to Alexa trafic rank < > > 1000). And this web site is tweeting important events using its

[twitter-dev] Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-02 Thread Lars
Hi, I am not a Perl expert but I have developed a small web page with Perl which is somewhat popular in Germany (according to Alexa trafic rank < 1000). And this web site is tweeting important events using its own twitter account. I tried for days but I am not able to get it working (tweeting) ag