-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
implement logout #1
Comments
Would really be great - I played around for hours trying to get a logout on WP7 |
use fb.GetLogoutUrl() method. |
I did - and I get a URI - but what follows next? |
By the way - the solution I posted on dotnetslackers worked years ago - but there have been changes in the SDK... |
checkout winforms sample on how to logout. https://github.com/facebook-csharp-sdk/facebook-winforms-sample feel free to send us a pull request for wp7 logout. var logoutUrl = fb.GetLogoutUrl(new
{
next = "https://www.facebook.com/connect/#_success.html",
access_token = _accessToken
}); Once you get the logout url navigate your browser control the the url. |
I got it :) |
Hi I download the sample facebook-csharp-sdk / facebook-windows-phone-sample from this site, but in sample application the facebook.dll is missing/ not found the facebook reference, but in facebook-csharp-sdk zip also missing this dll. from where i need to download this facebook.dll |
No description provided.
The text was updated successfully, but these errors were encountered: