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.

This is a custom Facebook dialog? How to do similar? Are there an "official way" to do this?

See: http://www.facebook.com/yazigi.oficial/app_352476968122012?ref=ts

I don't found nothing similar to this in the documentation and in the source code from example.

share|improve this question

closed as not a real question by Igy, Bill the Lizard Mar 25 at 12:32

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted

This is just the original Facebook Auth dialog, only used with parameter display_mode=async:

“async: For use only when loading a dialog via the JS SDK from within a Canvas or Page Tab App. Using async loads the dialog in a modal window. async is the default display mode within Canvas and Page Tab Apps.”

https://developers.facebook.com/docs/reference/dialogs/#display

share|improve this answer
thank you CBroe! – Diógenes Kelsen Jan 12 at 19:19

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