ibrahimkhan
ibrahimkhan

Reputation: 169

How to Prompt user with permission dialog in iframe application

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.

Upvotes: 1

Views: 2167

Answers (1)

Karol Janyst
Karol Janyst

Reputation: 356

Try using FB.Connect.showPermissionDialog instead.

Upvotes: 1

Related Questions