Oauth注销使用Facebook图表api

问题描述:

我刚刚做了一个网站,我在使用oauth2.0和graph api来授权用户。我也想从我的网站和Facebook注销用户,当他们点击注销按钮。我最近24小时找不到解决方案。我的代码是在asp.net。
感谢提前

I just made a website where i'm authorizing the users using the oauth2.0 and graph api. I also want to logout the user from my website and facebook when they click on the logout button. I'm unable to find a solution for this last 24 hours.My code is in asp.net. Thanks in Advance

<a href="#" onclick="FB.logout();">logout</a>