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.
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?