Hi, I'm making a flash game which will be up on facebook, I'm using python/django on the backend but to talk to fb. I use the facebook-flash-api. The problem is when I ask for extended permission from the user, using fbml. I get a link which I have to click and get the permission. How can I make sure a popup appears instead of the link. I'm using the following code.
permission
in the fbml it makes a link out of it, I wanted it to be a popup box instead of a simple link, how can I solve it?