How i can create a custom dialog like this:
I'm using iframe application with graph api/new js-api, but i cant figureout a way to reproduce this, the buttons and the title, keep the user languague.
regards.
How i can create a custom dialog like this:
I'm using iframe application with graph api/new js-api, but i cant figureout a way to reproduce this, the buttons and the title, keep the user languague.
regards.
You have to use the FB.ui
method to open a dialog like this. You can find example code and more details here.