philihp / weblabora

Ora et Labora boardgame simulation library
http://kennerspiel.com
Apache License 2.0
11 stars 2 forks source link

Social Networks #122

Open adambadura opened 11 years ago

adambadura commented 11 years ago

How about adding better support for social networks-based login and profile creation/importing?

Now we have just Facebook, but why skip on Google, Yahoo and many more? There are libraries to help with that so we could at least evaluate them. Not to mention providing ability to "Like", "Share", "+1" or similar on games/moves/chat messages...

I would gladly take this on me as I would like to explore this topic anyway.

philihp commented 11 years ago

Go for it :)

We're already using a library, Scribe, which has OAuth hooks to a few dozen services and we're only using the Facebook aspect of it. Using another social network shouldn't be a problem. What's important though, is that after the user signs up we need to get and verify their email in order to send them notifications. Even though we don't right now, that's something I want to be able to do in the future.

adambadura commented 11 years ago

OK, I will start with this one but #96 remains my current priority for now.