You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I get the error that the redirect is not a compatible protocol... how can I solve this? Has anyone already implemented this API on a php/laravel project?
{"error":"Redirect URI, com.scee.psxandroid.scecompcall://redirect/?code=v3.jGU8m6&cid=b52b4b25-a053-493d-b828-aaf5e80f7e68, does not use one of the allowed redirect protocols: http, https"}
The text was updated successfully, but these errors were encountered:
I'm not familiar with PHP, but I'm guessing something like parse_url is expecting http or https but you've giving it com.scee.psxandroid.scecompcall. Simple suggestion would be to just substitute that for either http or https in the response before trying to parse it.
But otherwise as @Ragowit suggested, have a look at psn-php for a ready to use example.
I am trying to use the API in a laravel php project, however I am having problems connecting, this is my code:
But I get the error that the redirect is not a compatible protocol... how can I solve this? Has anyone already implemented this API on a php/laravel project?
The text was updated successfully, but these errors were encountered: