Hi
We have implemented the ability for a user to authenticate / create an account via Facebook. The only other way to create account / authenticate is with email.
Everything seems to be working fine, however when a user logs out of my web app - their session on Facebook is also disconnected. I believe this is expected - and I can understand why Facebook do this. However, I believe it may be more of an inconvenience, and I have noticed this is not the case with other web apps such as soundcloud.
So the question
Is it ok to override this (where a user is automatically logged out when they log into Facaebook)
Should we ask a new user registering to also create a username / password for our webapp (provided we are secure), or is this going to be a barrier for us? Are there advantages / disadvantages?
Cheers.