views:

51

answers:

1

Does someone already created an iPhone app that connect to the Facebook chat server using their X-FACEBOOK-PLATFORM authentication mechanism and XMPPFramework ?

I have no idea how to start, any code sample would be much appreciated.

A: 

I've you checked out Facebook doc ? http://developers.facebook.com/docs/chat

I've integreted they're library to connect, post and access user infos on ios : http://github.com/facebook/facebook-ios-sdk/

You could also check out xmppframework for iPhone : http://code.google.com/p/xmppframework/wiki/iPhone

Thomas Joulin
Thank you. FBconnect does not cover chat and of course, xmppframework's wiki is my today's best friend but the only code mention there does not work anymore :-(
VdesmedT