mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #656] Add a Social Sessions Support #389
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#389
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 @fuccsoc on GitHub (Mar 13, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/656
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Add methods to use social session
Describe alternatives you've considered
Additional context
Here's some usefull stuff, that will help you yo do this
@stephanebruckert commented on GitHub (Mar 13, 2021):
Please add more context - what part of the existing Spotify API would this implement?
@fuccsoc commented on GitHub (Mar 13, 2021):
This feature's API isn't docummented oficially.
Official description: https://support.spotify.com/us/article/group-session/
If you follow the link in issue, you'll see requests, that official Spotify Android client send to API server when you create (delete) session.
@fuccsoc commented on GitHub (Mar 13, 2021):
To make requests more readable, here's MD version: https://del.dog/lopihyfilu.md
@stephanebruckert commented on GitHub (Mar 13, 2021):
Just because android devices are using that endpoint doesn't mean it will also be available on the public API.
Can these endpoints be used through
api.spotify.comand have you tried it?@fuccsoc commented on GitHub (Mar 13, 2021):
No, they can't.
I wrote, that this API method doesn't docummented officially, but can be useful in some cases.
@stephanebruckert commented on GitHub (Mar 13, 2021):
Yeah I don't see how this could be integrated into the current library as it works with api.spotify.com endpoints only.
@fuccsoc commented on GitHub (Mar 13, 2021):
Uhh, sorry, I lost sight of it.
@stephanebruckert commented on GitHub (Mar 13, 2021):
np, thanks for sharing though!