SpotifyAPI-NET icon indicating copy to clipboard operation
SpotifyAPI-NET copied to clipboard

Create Method GetCallBack

Open LuckyCat17 opened this issue 3 years ago • 0 comments

Hi guys I try to use the SpotifyApi-NET with C#.

I'm having some problems, within the code authorization guide, the guide says that the method must be a non-asynchronous method but the visual studio keeps telling me that I can't use the AWAIT keyword, but if I delete the AWAIT keyword it won't I can no longer find the response.AccessToken property inside. The Method: image

The error: image

Could you help me solve this problem? In case you solved it how did you do it?

LuckyCat17 avatar Aug 03 '22 02:08 LuckyCat17