Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
1  
No. Use window.alert, window.confirm or window.prompt if you’re happy with a very “basic” look – and if not, add some jQuery UI magic or whatever you like. – CBroe Aug 15 '12 at 12:57

1 Answer

I think FB.ui replaces FB.Dialog.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.