David-Desmaisons / DiscogsClient

Discogs API C# Client
MIT License
41 stars 16 forks source link

How to authorize? #10

Closed SHOEGAZEssb closed 5 years ago

SHOEGAZEssb commented 5 years ago

All I want to do is search using the database api. I don't want to authorize users or anything the like. I got an consumer key and a consumer secret but all examples I find require an user to click "Authorize". I just want to do a quit authorization with my own key and search the database. How?

David-Desmaisons commented 5 years ago

You can create an application using your personal token using token based authentication

SHOEGAZEssb commented 5 years ago

I tried that but: 1) I get no feedback if my authorization worked 2) I get empty results when searching so the authorization probably did not work.

David-Desmaisons commented 5 years ago

Check Music.Cover.Finde that uses token identification