1

As part of a facebook app we'll be prompting the user for input via a modal dialog. Looking into this I came accross FB.Dialog.create() but when I used it I get the following message:

The method FB.Dialog.create is not officially supported by Facebook and access to it will soon be removed.  

Is there another supported way to create custom dialogs, now or in the future?

4

1 回答 1

1

我认为 FB.ui 取代了 FB.Dialog。

于 2012-11-06T20:12:41.357 回答