1

there is exactly what I saw. http://www.facebook.com/cocacola?sk=app_192765884109675 I don't know how they did it. I tried fb.ui change the display options. It always just give me a pop up window. so how to do the overlay?

Thanks in advance!

user573451
  • 81
  • 1
  • 1
  • 3
  • Just use redirects as described in the facebook documentation. javascript library will allays result in popup – Denis Jul 26 '11 at 20:33

1 Answers1

0

Finally answer is: All you need ask authorization:

FB.ui({ method: "permissions.request" });

from: http://www.facebook.com/mypage?sk=app_1234567890
voila: you have popup in iframe.

However from:
http://apps.facebook.com/myapp
you will have popup without iframe

asdf_enel_hak
  • 7,474
  • 5
  • 42
  • 84