Search code examples
androidfacebook-chatasmack

How to get the API key & session key & session secret key for FB Chat on Android


I am trying to build a chat app for Facebook in android. I am using the X-Facebook Platform authentication method.

How can I get the api key & session key & session secretkey. I read in a tutorial that we get it from the FB by signing in as developer & by creating a new app. Can someone please explain it detail?

I have followed this tutorial [https://stackoverflow.com/questions/8532328/problems-with-connecting-to-facebook-xmmp-md5-digest]1


Solution

  • I was worked on this FB Xmpp client. i used smack library for this, it's working for me along with this u have to use SASLXFacebookPlatformMechanism.java: look at my Question here How to create XMPP chat client for facebook? . it solve your problem..