Not logged in. · Lost password · Registration disabled
Forum: MatriX and XmppDotNet RSS
Page: previous  1  2 
Avatar
Alex #16
In reply to post ID 5214
I used the FacebookService of the Winforms component which worked fine with your app.

  1. facebookService1.ApplicationKey = APPLICATION_KEY;
  2. facebookService1.ConnectToFacebook(new List<Enums.ExtendedPermissions>() { Enums.ExtendedPermissions.read_stream, Enums.ExtendedPermissions.publish_stream, Enums.ExtendedPermissions.xmpp_login });
  3. Console.WriteLine("sessionKey:" + facebookService1.SessionKey);
Avatar
Vincent #17
I switched from the connectSession example to the WinForms example which uses the FacebookSession instead. And finally it returns succes... Rather strange because I didn't change anything in my own code. Now I finally get to work with retrieving the roster and sending a chatmessage.

Thank you for your help so far!
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Page: previous  1  2