¡@

Home 

2014/10/16 ¤W¤È 08:27:55

android Programming Glossary: xmpp.login

Android Facebook chat example project

http://stackoverflow.com/questions/10946508/android-facebook-chat-example-project

e Log.w TAG Unable to use MemorizingTrustManager e XMPPConnection xmpp new XMPPConnection config try xmpp.connect xmpp.login facebookusername Here you have to used only facebookusername from facebookusername@chat.facebook.com Roster roster xmpp.getRoster..

How to create XMPP chat client for facebook?

http://stackoverflow.com/questions/11045241/how-to-create-xmpp-chat-client-for-facebook

USER Received message is message.getBody and this class SASLXFacebookPlatformMechanism How can i login like this xmpp.login apiKey sessionKey sessionSecret Application i know how to get acessToken Application Key for facebook. i don't know about.. facebook. i don't know about sessionKey sessionSecret how to get those values and how to solve this problem. If i use xmpp.login apiKey accessToken Application i am getting this error IllegalArgumentException API key or session key is not present EDIT.. error IllegalArgumentException API key or session key is not present EDIT Finally i got solution from Amal solution xmpp.login apiKey accessToken Application android facebook xmpp share improve this question to get access token first you have..

XMPP with Java Asmack library supporting X-FACEBOOK-PLATFORM

http://stackoverflow.com/questions/5317329/xmpp-with-java-asmack-library-supporting-x-facebook-platform

SASLXFacebookPlatformMechanism.class SASLAuthentication.supportSASLMechanism X FACEBOOK PLATFORM 0 xmpp.connect xmpp.login apiKey sessionKey sessionSecret Application catch XMPPException e xmpp.disconnect e.printStackTrace apiKey is the API key..

Problems with connecting to Facebook XMMP MD5-DIGEST

http://stackoverflow.com/questions/8532328/problems-with-connecting-to-facebook-xmmp-md5-digest

SASLXFacebookPlatformMechanism.class SASLAuthentication.supportSASLMechanism X FACEBOOK PLATFORM 0 xmpp.connect xmpp.login apiKey sessionKey sessionSecret Application catch XMPPException e xmpp.disconnect e.printStackTrace apiKey is the API key..