Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Issue using spotify web api in flutter

Issue using spotify web api in flutter

i want to use custom scheme for redirect uri in my flutter app 
eg = com.example.beatflow://oauth2/callback?code=abcdef123456


but the spoitfy api automatically add http as prefix to it

Reply
2 Replies

you need to use the spotify mobile sdk to support deep-linking.

 

otherwise you can catch the web response and redirect back to your app with flutter web auth

 

 

yes i could use spotify mobile sdk but the flutter package which provides the sdk has limited features

Suggested posts