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 using Facebook sdk in my application for getting user profile information like name,profile picture URL. its work in all emulators that are above android 2.2 but not working in android 2.1 .and i am not getting status of the user.please help me how to get status information.please can anyone help me.

share|improve this question
Show logcat output or explain what kind of exception occurs when you launch the application? – Alex Bonel Dec 14 '12 at 10:07
Did you try to use FQL ? – Pavlos Dec 14 '12 at 10:08

1 Answer

You'll need to have the Android 2.2 (API 8) components installed in order to use the Facebook SDK. Meaning it wont work below Android 2.2
Source = Facebook SDK for Android

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.