0

I've stuck on this for a while... How do I install the Facebook SDK??

I imported a group called FBConnect that contains 9 header files (that's all I've done), but I find all of these tutorials telling me to create an object like this...

Facebook *facebook;

But I don't have a Facebook class at all... How can I do this in my iPhone app/project? Below is what I really want to do and this is all...

http://stackoverflow.com/questions/6638955/facebook-ios-sdk-get-list-of-friends
The Man
  • 1,462
  • 3
  • 23
  • 45

1 Answers1

1

If you downloaded the official SDK from this link you should follow this tutorial. It has the Facebook class and all you need to fetch the friends list.

Sorin Antohi
  • 6,145
  • 9
  • 45
  • 71