Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am developing a mobile social TV application on Android.I want to integrate Facebook with my application so that I can:

  1. Share things on Facebook
  2. Send request to friends on Facebook to join the application
share|improve this question

2 Answers

up vote 4 down vote accepted

You may use this.

Facebook Android SDK

But carefull about handling activity result. If you test integration in simulator you haven't installed facebook app. and sdk will show you a dialog with webview. But on a real phone if facebook app. is installed, authorization will go via app.

share|improve this answer

you need to install an extension, similar to the core Android SDK, but no, here is what you need to do:

1.) go to github.com/facebook/facebook-android-sdk

2.) download the facebook directory ONLY! The other directories are only examples.

3.) Put the files from the src (you can copy the drawables too, if you want to) in the package, you are currently working with

4.) You are good to go, you can use the facebook "SDK"

see also this example https://github.com/facebook/facebook-android-sdk/tree/master/examples/Hackbook download it , it is working example provided by facebook

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.