oauthconsumer
oauthconsumer copied to clipboard
Issue with POST and query string?
I'm getting an invalid signature when I try to use OAMutableURLRequest to do a POST with a query parameter in the uri (?foo=bar). It works fine if I remove the parameter and it works fine for GET with parameters.
Anyone have any ideas?
Thanks.