views:

38

answers:

1

what is the use of RpcToken in shindig? I am creating Iframe manually , If I didn't set RpcToken then will it be a problem?

A: 

The rpcToken is used to secure the cross-domain communication between the iframe and the parent page. Note that this security check is skipped if the iframe is running on the same domain as the parent page.

Paul Lindner