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.

I am using

Facebook.showPermissionDialog("read_stream,publish_stream, offline_access, email") to show permission dialog. Its working in FBML mode but the problem is in IFRAME mode.

The below code also works fine in FBML mode but not in Iframe mode.

fb:prompt-permission perms="read_stream,publish_stream, offline_access, email">Allow Access?

Please help me regarding this..

I need to display Prompt permission dialog in IFRAME mode

Thanks in advance, Ibrahim.

share|improve this question

1 Answer

Try using FB.Connect.showPermissionDialog instead.

share|improve this answer
What Karol said — FBML is now officially deprecated, so it's worth learning how to build functionality using the Facebook JavaScript API in any case. – Owen Blacker Mar 24 '11 at 16:12

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.