|
I'am developing desktop application in Windows Forms using this toolkit. I need to add simple functionality which allow various users to login to Facebook services.
I tried to use Facebook.Winforms.Components.FacebookService.LogOff() and also Facebook.Winforms.Components.FacebookService.Application.Session.Logout() but neither of this methods does not work. Disposing FacebookService component does not work too. Calling
ConnectToFacebook method second time does not display login window as I was expecting.
I found lot of posts discussing this issue here, but not single one was usefull.
|