Пример #1
0
 public string BeginLastFmAuth()
 {
     auth = new Lpfm.LastFmScrobbler.Scrobbler(LASTFM_KEY, LASTFM_SECRET);
     return auth.GetAuthorisationUri();
 }
Пример #2
0
 public string BeginLastFmAuth()
 {
     auth = new Lpfm.LastFmScrobbler.Scrobbler(LASTFM_KEY, LASTFM_SECRET);
     return(auth.GetAuthorisationUri());
 }