OAuthSwift / OAuthSwiftAlamofire

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

Fix a compilation error #1

Closed jdrevet closed 8 years ago

jdrevet commented 8 years ago

The current code cannot compile because the wrong method is called to populate the request with OAuth headers (addOAuthHeader instead of addOAuthHeaderWithCredential)

phimage commented 8 years ago

thx