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

Urgent: Extension requests pending

Urgent: Extension requests pending

My team recently submitted an extension request for various scopes. We have not heard back from the Spotify team yet.

We are waiting for this approval to go to market.
This is extremely urgent to us.

Thank you for your help.

Reply
2 Replies

I still have no message from the team, despite emailing the support email, 2 senior members of the team, starting this community post, and starting 3 different support chats.

Hello, I am an Android developer. When I access the spority sdk to get tokenx, a black box pops up and loads together. I saw your post and you have already accessed it. Have you encountered this before? Or do you know the reason?

val scopes = arrayOf(
"user-read-private",
"playlist-read-private",
"playlist-read-collaborative",
"user-library-read"
)

val request = AuthorizationRequest.Builder(clientId, AuthorizationResponse.Type.TOKEN, redirectUrl)
.setScopes(scopes)
.setShowDialog(true)
.build()

AuthorizationClient.openLoginActivity(context, REQUEST_CODE, request)

Suggested posts