Hello
I get an error "Invalid OAuth signature" when using this package to make a DELETE request.
I am using the helper method "ForProtectedResource" and I am pretty sure all my parameters are correct.
Note: I am using this package to make other requests as well and all of them work. These other request use the following helper methods: "ForRequestToken", "ForAccessToken". I also use the "ForProtectedResource" when performing a GET and this does work.
Could this be a package problem or is this something else?