Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This method seems to be missing on the latest version of the sdk. Does anyone know why and what is the alternative method for logging out.

share|improve this question

1 Answer

up vote 2 down vote accepted

GetLogoutUrl method was marked obsolete in the previous releases as it doesn't provide the expected behavior. (you can read more about the details at http://bugs.developers.facebook.net/show_bug.cgi?id=17217)

You will need to use Facebook Javascript SDK to logout or programatically delete the cookies of the WebBrowser control inorder to logout of Facebook.

share|improve this answer
1  
Which cookies should be expired? – pate Oct 30 '11 at 14:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.