我目前正在爲自己製作一個連接到LastFM的小程序。在這裏,我可以獲取整個藝術家列表,在本週播放。這是我第一次打取藝術家,並將它們存儲到一個列表: WeeklyArtistChart WeeklyArtists = user.GetWeeklyArtistChart();
//WeeklyArtistChart is a list
現在,讓我們說,在WeeklyArtists每個條目[I]
我想用auth.getMobileSession方法來驗證用last.fm REST api生成的last.fm應用程序的用戶。 Last.fm說,對於移動應用,我們需要發送AuthToken authToken (Required) : A 32-byte ASCII hexadecimal MD5 hash of the last.fm username and the user's pas