what happened to dialogs in the facebook sdk beta?

facebook-ios-sdk, objective-c

Solution

Are you referring to Facebook's Dialogs?

if so, those are supported in the 3.0 version of the iOS SDK via the `DeprecatedHeaders`

There are more details here, the example is specifically for the Feed Dialog: https://developers.facebook.com/docs/howtos/feed-dialog-using-ios-sdk/

Problem

the old SDK has dialog methods to present a simple UI for various tasks. this call has been removed from the SDK beta, and there doesn't seem to be anything to replace it. how are we supposed to implement this stuff now?

Original source