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?

link|improve this question
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.