alaingilbert / Turntable-API

Allows you to create bots for turntable.fm
http://alaingilbert.github.com/Turntable-API/
MIT License
317 stars 98 forks source link

get_profile method needs updating (new parameters) #162

Closed Izzmo closed 11 years ago

Izzmo commented 11 years ago

New user.get_profile API change per Turntable.fm:

Old parameters:

  • userid: The userid of the user whose profile you want to retrieve

New parameters

  • profileid: The userid of the user whose profile you want to retrieve
  • userid: The userid of the user making the API call
  • userauth: The authorization token of the user making the API call
alaingilbert commented 11 years ago

Same as #161 :)