Hello all, I am trying to create a facebook chat android app based on the information here: http://davanum.wordpress.com/2008/12/29/updated-xmpp-client-for-android/ [the source code can be downloaded right after the screenshots]
The app and code works just fine when I try to login to the gmail xmpp instant messaging server. However I cant get myself to login to the facebook chat server. I used this: http://www.facebook.com/help/?faq=16739 in my configuration so: facebook chat server: chat.facebook.com port: 5222 service: chat.facebook.com I'm not entirely sure about this so I have tried without the service parameter: ConnectionConfiguration connConfig = new ConnectionConfiguration(host, Integer.parseInt(port)); username: I have tried both: <my fb username> and <my fb username>@chat.facebook.com password: <my fb password> I have noticed the request for no ssl so just in case I added to the code: connConfig.setSASLAuthenticationEnabled(false); Any help or any pointer to a working facebook example would be appreciated. Thank you very much -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

