emonarafat / socialauth-net

Automatically exported from code.google.com/p/socialauth-net
0 stars 0 forks source link

FB Logout #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Say, I'm connected with FB. I want to disconnect the connection. So, I call 
"SocialAuthUser.Disconnect()" method. When I click on Login again. it does not 
ask for any credentials but auto-logins to my previous FB account. How to 
completely remove a connection, so that it asks for FB credentials ?

Thanks,
Dev

Original issue reported on code.google.com by carbon.d...@gmail.com on 16 Nov 2012 at 4:10

GoogleCodeExporter commented 9 years ago
Hi,

Almost all Providers only provider login mechanism. Lougout is still not 
available in their OAuth specification. You wouldn't be able to logout user 
from OAuth provider with your application's code. That's a preferred design 
decision too.

Deepak

Original comment by deepak.a...@3pillarglobal.com on 23 Nov 2012 at 11:57