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'm trying to add facebook SDK to android project but I'm unable to add it, I couldn't do it. My project has one package and there are 8-10 packages in it so where can I add facebook SDK?

I searched a lot on the web but couldn't find good solution.

share|improve this question

4 Answers

Following are the steps to include Facebook SDK into android project:

1) Download the Facebook SDK from the https://github.com/facebook/facebook-android-sdk/ and extract it to local drive.

2) Import "facebook" as a android project into your Eclipse, this is your Facebook SDK, and You have to reference it to your android project.

3) Now create your android project.

4) Right click on it, go to Properties-->android and Add the "facebook "Library as a reference to your project. click Apply.

Check the video link: http://www.youtube.com/watch?v=w-vNi1W4fco

share|improve this answer

you have complete information here.if you want to go for Stack overflow thread you can find here

share|improve this answer

Try to open sample project included in FB-SDK and it may be helpful.

share|improve this answer
I just couldn't add SDK to project. If I can add it, I will able to write code. – mertaydin Jan 17 at 10:43
What does it mean 'you couldn't add SDK to project'? Does Eclipse give you any error? – Pat Ko Jan 17 at 14:45

see this link and download demo of Facebook SDK..you can get sharing feature in this SDK...

https://github.com/facebook/facebook-android-sdk/

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.