Getting the best out of OneAll (social signin) - how?
Installation and Configuration
Before one all we did build a facebook login module that allowed users to login to jamroom with their facebook login details.
The way it worked was
* the user clicks on the button to login on the jamroom site
* that click fires the facebook API.
* the facebook API contacts jamroom and says here is the info you asked for about the user
* we'd then store whatever they gave us in the database
What they gave us was not the same every time.
It was hard trying to keep up with the changes in the Facebook API so we connected to OneAll instead. Let them figure it out.
Now we say:
* Hey Oneall, can this user log in?
* Yes
* then they are logged in.
Facebook does whats good for facebook, making sure your data is ok is not high on their priority list. annoying but something we just need to live with.