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


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

Greetings,

The POSTDATA is the XML content that's stored in $content. I tried Net::OAuth::Simple, but it turns out it really doesn't save all that much typing, honestly, and it doesn't solve my signing of POSTDATA problem.

Replies are listed 'Best First'.
Re^3: Net::OAuth and POST data
by Anonymous Monk on Apr 15, 2015 at 23:16 UTC
    so what does your post request actually send ?

      Greetings,

      Take a look at the "Request Example" section of the API documentation. That request example is what I'm sending on the POST. However, the problem is that the POSTDATA is not getting signed by Net::OAuth, so the OAuth signature fails. I can construct the request just fine, but I can't seem to figure out how to give Net::OAuth the POSTDATA so it can sign the request properly.

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