facebook logout API - Why Next?
问题 I'm writing a Windows Phone 7 app and have gotten Facebook login working using the C# sdk, but logging out has proven interesting. I've read this post: Cannot Logout of Facebook with Facebook C# SDK which seems to mirror the FB docs which indicate I should navigate to https://www.facebook.com/logout.php?next=[redirect_uri]&access_token=[token] However, that doesn't work and silently redirects me back to the facebook home page. My best guess at the moment is facebook doesn't like the "next"