mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #228] Friend's feed #119
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#119
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 @goldmouse on GitHub (Nov 5, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/228
Is it possible to capture a list of songs played by a user from the friend feed?
@ritiek commented on GitHub (Nov 5, 2017):
AFAIK, the authorized user can only know his currently playing song. So, I don't think this is possible due to security reasons.
@goldmouse commented on GitHub (Nov 5, 2017):
Thanks, I agree but when using a desktop app a user can see what his friends are listening to. So in theory the authorized user should be able to create this from his friends only?.
@gsailer commented on GitHub (Jan 18, 2018):
spotipy is implemented as a client inteface to spotifys Web API. In the Web API this feature is currently not impemented as you can see in the Web API Endpoint Reference. If spotify implemented the feature, it would be possible to implement that to spotipy.
@stephanebruckert commented on GitHub (Jan 1, 2020):
Indeed it's not available on the web API side