http://qs321.pair.com?node_id=1123784


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

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.