pipacs / o2

OAuth 2.0 for Qt
BSD 2-Clause "Simplified" License
317 stars 147 forks source link

Store RequestTokenSecret for OAuth 1.0 #34

Closed shimomura1004 closed 9 years ago

shimomura1004 commented 9 years ago

Thank you for your cool library.

I've used o2 for tumblr but link function says: oauth_signature does not match expected value

RequestTokenSecret is needed for exchanging token. So it should be stored before exchangeToken.

pipacs commented 9 years ago

Thanks!