In reply to post ID 5214
I used the FacebookService of the Winforms component which worked fine with your app.
- facebookService1.ApplicationKey = APPLICATION_KEY;
- facebookService1.ConnectToFacebook(new List<Enums.ExtendedPermissions>() { Enums.ExtendedPermissions.read_stream, Enums.ExtendedPermissions.publish_stream, Enums.ExtendedPermissions.xmpp_login });
- Console.WriteLine("sessionKey:" + facebookService1.SessionKey);