I just downloaded the libspotify and was looking at the examples and learning more about it. I want to know does the current version of the libspotify support oauth? I have tried searching but didnt find anything so I'm asking here in case I'm missing an important link. My client says that instead of username and password for signing in to spotify they will give me a oauth token (taken from facebook I think) and through that I should be able to sign in. Please guide, thank you.
相关问题
- Is there a way to play audio on a mobile browser w
- How to know when the user changes the song with th
- Monitoring Spotify track change in Applescript?
- Newest Spotify update: Autohotkeys script broke
- launchWebAuthFlow with Spotify returns “Authorizat
相关文章
- Spotify API Create Temp Playlist Not Loading
- How to refresh Access Token on Spotify SDK for And
- Spotify session management
- Update on Spotify API not allowing auto play
- How to change BPM value of Spotify Song Swift
- Get current song playing in Spotify on iPhone
- Get spotify currently playing track
- Starting a Song from Spotify Intent
Unfortunately, your client is mistaken.
libspotify logs into the Spotify service using either Spotify or Facebook username/password credentials, and nothing else. You cannot log into Spotify with a Facebook OAuth token.
It's worth noting at this point - never save these details yourself - libspotify can remember them for you in its secure store.