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