I'm implementing a feature where users can share photos on Facebook from an iOS app. The presentShareDialogModallyFrom method looks promising however I'm having trouble using it. Specifically I don't know what to #import if anything. Also I'm not sure if I need to add additional frameworks.
Integrating Twitter was pretty easy: just add the Twitter framework and import the relevant header file.
What do I need to import/add to my iOS 6 app in order to use FBNativeDialogs?