I have a web site that uses Facebook Graph API and connects users using the OAuth access point. Now the problem is that if user does Facebook Connect he's signed in to the Facebook too.
I'm wondering if it would be possible with current OAuth to only do the connect without logging user in to Facebook?
This is a bit problematic because user might think that he has only logged in our application and accidentally leaves the facebook login open. To prevent this I'm currently logging users out of Facebook too upon logout, but this is hardly an ideal case.