Closed (fixed)
Project:
Facebook Connect
Version:
5.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2009 at 15:58 UTC
Updated:
21 Mar 2010 at 15:16 UTC
I point the Canvas URL to my website using iframe. After my facebook account and the local drupal account is connected, the canvas URL will keep on reloading. Apparently it has the following code at the end of the iframe page:
<script type="text/javascript">window.location = ""</script>
And I think it has something to do with the following code
// Refresh the page.
drupal_add_js('window.location = ""', 'inline', 'footer');
Comments
Comment #1
vectoroc commented