views:

73

answers:

0

hi im trying to use the smack api to send/receive messages in facebook chat. im using:

host: chat.facebook.com
port: 5222
service: chat.facebook.com
username: my facebook [email protected]
password: my facebook password

logcat says im getting a "503 service unavailable error" but i cant work out why. my username/password work when logging into the facebook website, and the smack api works when using google talk, but it wont let me log in to chat.facebook.com (allthough it seems to connect to the server fine). any ideas on whats wrong?

cheers for any help, ng93