How to Prompt user with permission dialog in iframe application
Posted
by ibrahimkhan
on Stack Overflow
See other posts from Stack Overflow
or by ibrahimkhan
Published on 2010-03-24T10:27:50Z
Indexed on
2010/03/24
10:33 UTC
Read the original article
Hit count: 689
Hi,
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.
© Stack Overflow or respective owner