Announcements

Help Wizard

Step 1

NEXT STEP

How to get user's user ID using Android Spotify SDK web api wrappers?

How to get user's user ID using Android Spotify SDK web api wrappers?

I tried to display user's information, and by using Android Spotify SDK's web API wrapper, the method I can call is:

void getMe(Callback<UserPrivate> callback);

 

and the UserPrivate does not contains the user id, even the email field is empty.

 

Is there any other way to get it?

Reply
2 Replies

Hi There,

I haven't checked myself but would it be in the authentication section?

 

You may find a better resource for development questions would be Stack Overflow.

 

Stack Overflow is a collaborative question and answer website for developers. Here you can ask Spotify API related questions by using the Spotify tag.

 

Follow the link below to ask your Spotify API question. Don’t forget to add the Spotify tag, and any other relevant tags as well, before posting.

 

http://stackoverflow.com/questions/ask

 


Any questions or answers that use the Spotify tag can easily be filtered by typing [Spotify] in the search box, or use the following link:

http://stackoverflow.com/questions/tagged/spotify


Please use the search feature before posting a problem/bug/idea.
What's a Spotify Rock Star, and how do I become one?
     Using Spotify Since March 10th 2009
     Twitter: @mechanimal82

Android Troubleshooting:
[COMPLETE GUIDE] How to fix most Android issues
Spotify Android Version History

I searched in stackoverflow, and didn't find any answers about that.

Suggested posts