mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #196] Fatal error #133
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#133
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 @shon-011 on GitHub (Jun 21, 2020).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/196
H!
I would like to use spotify-web-api-php to search for music.
However, during the authentication process I am encountering the following error.
`<?php
ini_set( 'display_errors', 1 );
ini_set( 'error_reporting', E_ALL );
?>
`Please help me.
@jwilsson commented on GitHub (Jun 21, 2020):
Hey!
It seems the client ID or client secret is wrong since you're getting "Invalid client" back from Spotify. I'd double check the client ID and secret or try creating a new app and use those values instead.
@shon-011 commented on GitHub (Jun 21, 2020):
Thanks for the reply!
I just did and I've done it!
Apparently, I made a mistake in assigning the Client ID and Client Secret with { }.
Thanks so much!