BackInBash / DeezerSync

Application to Sync Soundcloud & Spotify Playlists to Deezer
MIT License
10 stars 3 forks source link

How do you connect to Deezer ? #3

Closed xfischer closed 5 years ago

xfischer commented 5 years ago

Hi @BackInBash.

I'd like to use your repo to organize my Deezer playlists. How do you connect to Deezer ? I have an an set up in Deezer API, but I cannot se how to login.

Thanks !

BackInBash commented 5 years ago

Hi, i´m using the private Deezer API. For now you have to enter your arl Cookie Token (https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr/wiki/How-to-login-via-cookie) in the DeezerSync/DeezerSync/DeezerSync/Deezer/API/Login.cs

private string secret = "YOUR_TOKEN_GOES_HERE";
BackInBash commented 5 years ago

If you are able to get better search results. Please open up a Pull :wink:

xfischer commented 5 years ago

Cool ! Thanks. I'll let you know!