Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook SDK + Google SDK: The frame being accessed set 'document.domain' to 'facebook.com'
    primarykey
    data
    text
    <p>I am incorporating the google javascript client library on my page. I also have the Facebook javascript SDK installed. When I launch the google authentication, it authenticates fine, but when it calls back, I get a same origin error in chrome. It appears as though it is trying to call back to the Facebook helper frame as opposed to the Google helper frame.</p> <pre><code>gapi.auth.authorize({client_id: GlobalSettings.google_client_id, scope: scopes, immediate: false, authuser:-1}, this._validateGoogle); </code></pre> <blockquote> <p>Unsafe JavaScript attempt to access frame with URL <a href="http://static.ak.facebook.com/connect/xd_arbiter.php?version=17#channel=f141ef255c&amp;origin=http%3A%2F%2Fpicolocal.com&amp;channel_path=%2Fassets%2Fchannel.html%3Ffb_xd_fragment%23xd_sig%3Df356553d18%26" rel="nofollow noreferrer">http://static.ak.facebook.com/connect/xd_arbiter.php?version=17#channel=f141ef255c&amp;origin=http%3A%2F%2Fpicolocal.com&amp;channel_path=%2Fassets%2Fchannel.html%3Ffb_xd_fragment%23xd_sig%3Df356553d18%26</a> from frame with URL <a href="https://accounts.google.com/o/oauth2/auth?zt=ChR3VkFzQjdTLVM1M214bmQybTlURRIfc2pVUmM4YXkwc0lVdUpKVm5MNDlDYzlxUVliSGRnSQ%E2%88%99APsBz4gAAAAAUL1kGm5n1rNtBr7JzWO79BsCrWR3JQ0F&amp;from_login=0&amp;hl=en&amp;as=fc48d65d9e4aad8&amp;pli=1&amp;authuser=0" rel="nofollow noreferrer">https://accounts.google.com/o/oauth2/auth?zt=ChR3VkFzQjdTLVM1M214bmQybTlURRIfc2pVUmM4YXkwc0lVdUpKVm5MNDlDYzlxUVliSGRnSQ%E2%88%99APsBz4gAAAAAUL1kGm5n1rNtBr7JzWO79BsCrWR3JQ0F&amp;from_login=0&amp;hl=en&amp;as=fc48d65d9e4aad8&amp;pli=1&amp;authuser=0</a>. The frame requesting access has a protocol of 'https', the frame being accessed has a protocol of 'http'. Protocols must match.</p> <p>Unsafe JavaScript attempt to access frame with URL <a href="http://static.ak.facebook.com/connect/xd_arbiter.php?version=17#channel=f2a52e49dc&amp;origin=http%3A%2F%2Fpicolocal.com&amp;channel_path=%2Fassets%2Fchannel.html%3Ffb_xd_fragment%23xd_sig%3Df2ce0c29cc%26" rel="nofollow noreferrer">http://static.ak.facebook.com/connect/xd_arbiter.php?version=17#channel=f2a52e49dc&amp;origin=http%3A%2F%2Fpicolocal.com&amp;channel_path=%2Fassets%2Fchannel.html%3Ffb_xd_fragment%23xd_sig%3Df2ce0c29cc%26</a> from frame with URL <a href="https://accounts.google.com/o/oauth2/auth?zt=ChRHWUYwOTVFck5wQUZGM1dfMFI2chIfUWhFRmJaWFlJdzBadUpKVm5MNDlDYzlnc1dISGRnSQ%E2%88%99APsBz4gAAAAAUL1fbOLmx90l39zNA-9tUFG8ghM-l8qG&amp;from_login=0&amp;hl=en&amp;as=78294d299ef41f66&amp;pli=1&amp;authuser=1" rel="nofollow noreferrer">https://accounts.google.com/o/oauth2/auth?zt=ChRHWUYwOTVFck5wQUZGM1dfMFI2chIfUWhFRmJaWFlJdzBadUpKVm5MNDlDYzlnc1dISGRnSQ%E2%88%99APsBz4gAAAAAUL1fbOLmx90l39zNA-9tUFG8ghM-l8qG&amp;from_login=0&amp;hl=en&amp;as=78294d299ef41f66&amp;pli=1&amp;authuser=1</a>. The frame requesting access has a protocol of 'https', the frame being accessed has a protocol of 'http'. Protocols must match.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload