PromyLOPh / pandora-apidoc

pandora.com API documentation
https://6xq.net/pandora-apidoc/
Do What The F*ck You Want To Public License
48 stars 19 forks source link

Error Code 3 on User Authentication #8

Closed SuperGeekJake closed 9 years ago

SuperGeekJake commented 9 years ago

I'm unsure as to why I would be continually receiving a fail response on user authentication with the error code 3.

Project Repo

winny- commented 9 years ago

I see the following parameters: /services/json/?method=auth.userLogin&partner_id=42

Your user login request is missing the auth token. http://6xq.net/playground/pandora-apidoc/json/errorcodes/

http://6xq.net/playground/pandora-apidoc/json/ explains the url parameters that should be in most requests. And here's an example of what values should be in the URL: https://github.com/HermesApp/Hermes/blob/master/Sources/Pandora/Pandora.m#L806-L814

Hope this helps.

SuperGeekJake commented 9 years ago

Whoops, completely skipped over reading everything passed User auth token. Thanks so much for your reply.

winny- commented 9 years ago

Good luck on your Pandora client! :pizza: