in reply to Net::OAuth and POST data
what does your post request actually send ( $ua->add_handler("request_send", sub { shift->dump; return }); )?
The parameter POSTDATA looks suspicious, never seen that before in context of LWP::/HTTP::/Net:: , only in CGI.pm
Also, I'd switch to Net::OAuth::Simple its much less typing :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Net::OAuth and POST data
by gryphon (Abbot) on Apr 15, 2015 at 17:01 UTC | |
by Anonymous Monk on Apr 15, 2015 at 23:16 UTC | |
by gryphon (Abbot) on Apr 16, 2015 at 16:04 UTC | |
by Anonymous Monk on Apr 16, 2015 at 23:08 UTC | |
by gryphon (Abbot) on Apr 17, 2015 at 16:01 UTC | |
Re^2: Net::OAuth and POST data
by Anonymous Monk on Sep 14, 2018 at 16:34 UTC |