You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the gem accepting a token and getting a session key for a given user. I'm storing this session key for later use in my User table. My question is, how do I sign my requests like, lastfm.track.scrobble and lastfm.track.update_now_playing, with this saved session key so I do not have get the user to give me a new token and retrieve a new session key every time.
I have the gem accepting a token and getting a session key for a given user. I'm storing this session key for later use in my
User
table. My question is, how do I sign my requests like,lastfm.track.scrobble
andlastfm.track.update_now_playing
, with this saved session key so I do not have get the user to give me a new token and retrieve a new session key every time.cc: @youpy
Thanks!
The text was updated successfully, but these errors were encountered: