mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #94] User playback functions #50
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @justin-vt on GitHub (Jul 20, 2017).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/94
Should the user playback methods be working? Even when including all scopes I get a permissions error trying to do anything at all with devices. Spotify's own documentation seems to indicate this scope is only available to official SDKs:
"Control playback of a Spotify track. This scope is currently only available to Spotify native SDKs (for example, the iOS SDK and the Android SDK). The user must have a Spotify Premium account."
Maybe I'm missing something?
Thanks!
@jwilsson commented on GitHub (Jul 21, 2017):
Hi!
They should work (just tested it myself) but I think the account that you're trying to control the playback on needs to be a premium one.
Those endpoints are marked as "Beta" by Spotify so there might be issues on their end as well.