You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var config = SpotifyClientConfig
.CreateDefault()
.WithAuthenticator(new ClientCredentialsAuthenticator(" ", " "));
var spotify = new SpotifyClient(config);
var track = await spotify.Tracks.Get("2pZ4JoxJwnQwBypn0yy110");
var album = await spotify.Albums.Get("3pQvqUPKpfizVGjl0g5Dqd");
Iam using this code , to get infromations now I want search in spotify . for example eminem
This discussion was converted from issue #647 on August 10, 2021 19:54.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Iam using this code , to get infromations now I want search in spotify . for example eminem
how should i search this ?
Beta Was this translation helpful? Give feedback.
All reactions