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 want to integrate Facebook API with my Android applications, and I want to add it within my expandable list. I have imported all the packages of Facebook and added the main class of Facebook with the intent of my app, but it's not working. How do I fix this problem?

share|improve this question

closed as not a real question by Gunnar Karlsson, eldarerathis, Alex K, Luksprog, Igy Jan 1 at 17:03

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

In order to use the Facebook API in your Android app first you must get the app id from Facebook which will help you to get the services provided by the Facebook if you don't have one.

You need to register your app with Facebook for mobile phone. You can check the Facebook developer page for mobile.

share|improve this answer

I don't think there is much difference between integrating Facebook in a simple view, and with a expandable list. Integrate it like you would integrate in any regular view.

Also, "it's not working" says very little about your issue. Some source code, and stack trace would be more helpful.

share|improve this answer

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