LastFM auth.getMobileSession not working

Viewed 714

I have been trying to build a LastFM scrobbler in my Android app. For that I need to first get session key of the user, for which I am using the auth.getMobileSession.

LastFm getMobileSession

LastFM Rest Services

But I always get the error:

Invalid parameters - Your request is missing a required parameter

I even tried it in Postman using POST call, sending all the Parameters, but the same issue. Am I missing something?enter image description here

3 Answers

Looks like if You want to use LastFM API You don't need to care about instruction of getMobileSession() etc.

Without any session creating and just sending request with API_KEY its working without problems.

Related