Replies: 2 comments
-
Hey @nvalaise Unfortunately I couldn't reproduce that error on my end, You are right, the default signature method should be PLAINTEXT in the client Regarding the oauth_signature and keeping the consumer_secret in the Client class, @JOJ0 and @alifhughes , any thoughts? |
Beta Was this translation helpful? Give feedback.
-
Hi @nvalaise, I am sorry to say that I didn't find the time to really think through what you are trying todo. |
Beta Was this translation helpful? Give feedback.
-
Hello all!
First time I use the python library to do a PoC with https://github.com/jesseward/discogs-oauth-example/blob/master/discogs_client_example.py
So, I started with the following issue :
Therfore, I change a bit of code in client.py to keep the consumer_secret in the Client class, so that I was able to call quickly it in the get_authorize_url function :
Indeed, the default signature method was HMAC-SHA1 and regarding the documentation it isn't what is advised (https://www.discogs.com/developers#page:authentication,header:authentication-oauth-flow)
Have you ever have this issue ? Am I right with this workaround ? Or is there another way to fix it properly ?
Best,
Nico
Beta Was this translation helpful? Give feedback.
All reactions