Spotify iOS SDK native auth -


how implement native auth spotify ios sdk? don't want see popup window of spotify login implemented.

or possible using web api?

i @ app called "soundfocus" on app store - spotify auth screen looks native - need same. how it?

thank you

at moment native login not supported sdk:s. soundfocus using older api (like libspotify). should implement own backend service (authorization code flow) outlined in documents here: https://developer.spotify.com/web-api/authorization-guide/

authorization code flow

this method suitable long-running applications user logs once. provides access token can refreshed. since token exchange involves sending secret key, should happen on secure location, backend service, not client browser or mobile apps. flow described in rfc-6749.

enter image description here


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -