How to log out from the Facebook in windows phone 7 using facebook api?
- by Vijay
I am trying to add Facebook into my application. I have try with a sample.
public class FacebookLoginPageViewModel
{
private static WebBrowser _webBrowser;
private Page _page;
private const string ExtendedPermissions = "user_about_me,read_stream,publish_stream,user_birthday,offline_access,email";
private readonly FacebookClient…