Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 24, 2011 05:53 AM by muji85a
Member
202 Points
267 Posts
Nov 24, 2011 05:53 AM|LINK
I have one facebook integrated application. After login ,if i am trying to logout the facebook. I am getting the Error in the bellow bolded section
OAuthException : Error validating access token: The session is invalid because the user logged out.
if (Api != null) { Facebook_Graph_Toolkit.GraphApi.User U = new Facebook_Graph_Toolkit.GraphApi.User("me", Api.AccessToken);
AccessToken = Api.AccessToken;
UserId = U.ID; UserName = U.Name;
Email = U.Email; SmallPic = Api.GetPictureURL(U.ID);
ImgButtonWish.Enabled = true;
ImgButtonJourney.Enabled = true;
muji85a
Member
202 Points
267 Posts
OAuthException : Error validating access token: The session is invalid because the user logged ou...
Nov 24, 2011 05:53 AM|LINK
I have one facebook integrated application. After login ,if i am trying to logout the facebook. I am getting the Error in the bellow bolded section
OAuthException : Error validating access token: The session is invalid because the user logged out.
if (Api != null) { Facebook_Graph_Toolkit.GraphApi.User U = new Facebook_Graph_Toolkit.GraphApi.User("me", Api.AccessToken);
AccessToken = Api.AccessToken;
UserId = U.ID; UserName = U.Name;
Email = U.Email; SmallPic = Api.GetPictureURL(U.ID);
ImgButtonWish.Enabled = true;
ImgButtonJourney.Enabled = true;