Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding using the gem for authenticating a web app. #56

Closed
cjstewart88 opened this issue Jun 28, 2013 · 2 comments
Closed

Question regarding using the gem for authenticating a web app. #56

cjstewart88 opened this issue Jun 28, 2013 · 2 comments

Comments

@cjstewart88
Copy link

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.

cc: @youpy

Thanks!

@lars30
Copy link

lars30 commented Jul 21, 2013

I also find this a complete mystery.

If I have.: a Session key, an API key and a secret key, I have everything I need to intact with the 'auth required' features.

But I can't figure out how to do it.

Any helpful hints?

@youpy
Copy link
Owner

youpy commented Jul 24, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants