0

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!!

Sathya
  • 3
  • 1
  • 2
  • What have you tried? SO is isn't so much a do it for me site - you present what you've tried, what issues you're hitting and folks give you pointers (not full solutions). – bryanmac Nov 04 '11 at 03:37
  • I just need an idea of how to start with. I googled a lot and couldn't find out how to pass text to facebook in the first place. – Sathya Nov 04 '11 at 04:06

1 Answers1

0

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

Community
  • 1
  • 1
bryanmac
  • 38,941
  • 11
  • 91
  • 99