- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am creating an application which aims at automatically creating Spotify Playlists in a central Spotify account (not the account of the end users).
On the backend side I am using PHP to authorize this central user, and it is working as long as I am logged in myself with that account.
Users that visit my website should be able to create playlists via that interface through the Spotify Web API without the need to authorize their account nor being logged in at all.
Is it somehow possible to perform this authorization process only on the backend side without the need for the user to authorize it?
Eventually, I want to send the playlist link from the central account back to the user who can open it in their own app, if they want to.
I try to avoid that multiple users must authorize for my app, since I'm not trying to access personal information from their account.
I used the 3-step process for authorization as described in this Stackoverflow Post: https://stackoverflow.com/questions/65866625/spotify-oauth2-with-php-curl-how-to-get-authorization-c...
If necessary, I will provide more information.
Solved! Go to Solution.
- Labels:
-
authorization
-
curl
-
OAuth
-
php
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page