I'm following a step in this link to have an Facebook log in in my Android App http://www.androidhive.info/2012/03/android-facebook-connect-tutorial/
But my problem was when I'm Adding a reference there is no project to add and I can't use this line in my Android Java.class " private Facebook facebook;" because I can't import the type "Facebook"
Downloaded a Facebook SDK in this link https://github.com/facebook/facebook-android-sdk and I extract it. The name of the folder was "facebook-android-sdk-master" I'm tying to import the file in this way.
1.Project>import>Existing Project into Workspace> the file
2.Project>import>Archive File> the file
3.Project>import>File System> the file
and the problem was, when I'm trying to add it on my library there is nothing to add.
So I'm thinking that maybe I Downloaded a wrong Facebook SDK in github
the way that I Download the Facebook SDK was
I Clicked the ZIP Button with the Hover Text "Download this repository as zip file"
Can anyone point my mistake? because I'm having a real Bad time with this.
Thanks any thoughts will be highly appreciated.
This is my problem I don't have any project to add in my reference even if I already import the facebook SDK that I download in github


