0

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

Community
  • 1
  • 1
  • @AndroidCoader Iam new to here.So don't know how to increse it.Can you help me? – sethulekshmi Jul 23 '12 at 13:30
  • @userSeven7s i don't know how to accept it.Can you please help? – sethulekshmi Jul 23 '12 at 13:34
  • possible duplicate of [Logging into Facebook XMPP with encrypted access token format ](http://facebook.stackoverflow.com/questions/7738616/logging-into-facebook-xmpp-with-encrypted-access-token-format) – Igy Jul 23 '12 at 14:03

1 Answers1

1

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..

Community
  • 1
  • 1
RajaReddy PolamReddy
  • 22,428
  • 19
  • 115
  • 166