Skip to content

Instantly share code, notes, and snippets.

@dovy
Created October 22, 2013 15:27
Show Gist options
  • Save dovy/7102718 to your computer and use it in GitHub Desktop.
Save dovy/7102718 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>XD</title>
</head>
<body onload="sendFragment()">
<script>
function sendFragment() {
(window.opener || window.parent || window.top).postMessage("access_token=S7jYwvM2UgFK2hYuFWHNQIZF52uW3gY3XV7FElw1&action=authorize&authorize=1&callback=g8008&client_id=AJv9wOwmrMstpYTuTlIOmqpbd1FA02y2CbVoy2EO&controller=platform%2Foauth&display=popup&expires_in=86400&origin=http%3A%2F%2Fgeni.dev&redirect_url=&response_type=token&scope=&state=", "http://geni.dev");
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment