OAuthSwift / OAuthSwiftAlamofire

Utility method to sign Alamofire request
MIT License
104 stars 38 forks source link

Invalid Signature #5

Closed bennokress closed 7 years ago

bennokress commented 7 years ago

Description

I'm trying to use OAuthSwiftAlamofire to make API Calls protected with OAuth 1.0. The authorization with OAuthSwift is already working and giving me a token and a token secret. Sadly if I'm sending a request using the requestAdapter as described in the Readme, i get a 401 invalid_signature back. Looking at the made request and checking an online signature generator, I see that the generated signatures indeed differ. I just don't know why, because I have no experience with the matter so far. What do you need from me to help me out?

OAuth Provider

OAuth Version:

OS (Please fill the version) :

Installation method:

Library version:

Xcode version:

bennokress commented 7 years ago

I'm moving this issue to OAuthSwift, because the same response is received when using the default REST client.