Hi I am having trouble trying to logout of facebook using the FB C# SDK.
Here\'s a sample of my test
var oauth = new FacebookOAuthClient();
After some time searching I came across this post: http://forum.developers.facebook.net/viewtopic.php?id=87109
which suggests to call:
this.NavigateUrl = https://www.facebook.com/logout.php?next=[redirect_uri]&access_token=[access_token]
Which worked for me.