0

I want to use facebook api in my iphone application. I know that we can post to walls with facebook api but i have no idea about other features like :-

  • edit profile
  • send messages
  • add friends
  • get friends information etc.

    So can anybody give me details about all the things we can or cannot do with facebook api ?

Pankaj Kainthla
  • 2,439
  • 5
  • 31
  • 61
  • Note: i can get more information about this on facebook but facebook is banned in my office – Pankaj Kainthla Feb 16 '11 at 05:16
  • Then say to your company head to stop creating app on facebook . – GhostRider Feb 16 '11 at 05:48
  • 1
    Kainthia: If this is a company project, tell your bosses that you're going to need to access Facebook to work on it. If it's not a company project, you probably shouldn't be researching for it, working on it, or testing it at work (certainly not if they've banned Facebook). – Peter Hosey Feb 16 '11 at 16:22

2 Answers2

1

Here is a non-Facebook.com explanation of what the API can do:

http://en.wikipedia.org/wiki/Facebook_Platform

JeffM
  • 365
  • 1
  • 5
  • 10
1

Check out the Facebook-ios-sdk. The top level readme gives a good overview of the features.

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

wlenders
  • 11
  • 1