Search code examples
iosfacebookfacebook-ios-sdk

Get data from facebook using IOS SDK


In facebook when we type some text on "search", we get a list of pages corresponding to the text. Similarly, is it possible to search from the iphone app using graph path. I need to pass a text from my app to facebook and get all the related data/pages back. Please help!!


Solution

  • This should get your started:

    https://developers.facebook.com/docs/mobile/ios/build/

    It's a tutorial which walks you through interacting with the fb API on iOS.

    And here's the Facebook query language:

    https://developers.facebook.com/docs/reference/fql/

    FQL and Graph API in iOS