Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what happened to dialogs in the facebook sdk beta?

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?

like image 775
Tark Avatar asked Dec 26 '22 21:12

Tark


1 Answers

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/

like image 157
Igy Avatar answered Jan 12 '23 12:01

Igy