Burgestrand / Hallon

Hallon is currently **UNMAINTAINED**.
http://rdoc.info/github/Burgestrand/Hallon/master/frames
134 stars 12 forks source link

Facebook Logins to Spotify #135

Closed xbora closed 12 years ago

xbora commented 12 years ago

Hey Kim,

Some of the users of my app dont have Spotify usernames as they use Spotify via their Facebook credentials. Do you know of a way to handle these types of users, since I can't log them in via Hallon without credentials?

Thanks. Bora

Burgestrand commented 12 years ago

I have good news for you. Session#login accepts a facebook e-mail and password! So, if logging in to facebook with b@m.an as email, and rob!n as password on facebook.com, you can use the e-mail as username, and password as password, when logging in with Hallon.

xbora commented 12 years ago

That's great to hear. Thanks Kim!