Search code examples
facebookios5xcode4.2

Posting a string on my wall from iOS App?


I'm new to Facebook development. Can someone guide me on how can I post on my wall from an iOS app?


Solution

  • You can do this by integrating the Facebook SDK in your app.

    Get started here:
    https://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/

    Here's a specific example:
    http://developers.facebook.com/docs/howtos/publish-to-feed-ios-sdk/