Hi everybody,
Firstly, thank to DNN team for integrating social features into DNN (from 6.2).
Secondly, I am making a game on social network (FB). I make use DNN as user identification store for my game. Everything works fine but it's more convenient for my user if I could configure DNN "FB auto authentication". For more detail:
Now work flow
1. My user authenticate success with FB
2. He visit my game on FB on http://apps.facebook.com/xxxxxxxxxxx
3. He visit my DNN site (for payment for example). My DNN site appear as an iframe within FB. Here, he might have to click on "Login with FB", at first time, although he havenot to enter username & password again (because he already authenticated from step 1)
So, I would like to turn my step 3 into: when my user visit my DNN site, DNN will detect & make auto authentication, so my user havenot to click on FB login button. It make easier for my user.
Have any suggestion or redirection?
Thank you.