Skip to content

Instantly share code, notes, and snippets.

@criccomini
Created September 24, 2012 13:33
Show Gist options
  • Select an option

  • Save criccomini/3775976 to your computer and use it in GitHub Desktop.

Select an option

Save criccomini/3775976 to your computer and use it in GitHub Desktop.
App Engine and Facebook Connect - login.html
<html>
<body>
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript"><script>
<script type="text/javascript">FB.init("{{ apikey }}", "/static/xd_receiver.html");</script>
<fb:login-button v="2" onlogin='window.location="/";' size="large">Connect with Facebook</fb:login-button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment