0

I need to get hold of a user's profile image. Can't seem to find anything that points me in the right direction. And also, how can I get the full name of the user (not the username)?

Thanks!

billgert
  • 66
  • 6

1 Answers1

0

If the full name is available, it'll be in the displayName property of the user. User images are not provided by CocoaLibSpotify.

iKenndac
  • 18,730
  • 3
  • 35
  • 51
  • Thank you for your answer. But what determines if the full name is available? (It appeared once, very randomly which makes it quite strange.) – billgert Dec 29 '13 at 01:53