Not logged in. · Lost password · Register
Forum: MatriX and XmppDotNet RSS
Page: previous  1  2 
Avatar
Alex #16
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
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
Member since Sep 2010 · 15 posts
Group memberships: Members
Show profile · Link to this post
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.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Page: previous  1  2