in reply to Re^4: Net::OAuth and POST data
in thread Net::OAuth and POST data

That doesn't show what your program sends, how can you figure it out if you don't look at it raw?

Replies are listed 'Best First'.
Re^6: Net::OAuth and POST data
by gryphon (Abbot) on Apr 17, 2015 at 16:01 UTC

    Greetings,

    I'm not following what you're asking. The line say $request->as_string; in my example dumps the request, which is a request that looks like the request in the API docs page request example. The problem is that Net::OAuth in its current use is signing the request without including the POSTDATA. I need to get Net::OAuth to include the POSTDATA for signing. My question is how to do that.