Skip to content

Instantly share code, notes, and snippets.

@SBoudrias
Created November 21, 2012 00:59
Show Gist options
  • Save SBoudrias/4122367 to your computer and use it in GitHub Desktop.
Save SBoudrias/4122367 to your computer and use it in GitHub Desktop.
Redirect a user to an other site from a facebook app
<script>
window.location.top = "http://google.com";
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment