Reputation: 1462
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
Upvotes: 0
Views: 1267
Reputation: 6135
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.
Upvotes: 1