Sha256: 4b152d856048a95ee670d79ad798d5b4bca641337e304a825c2155b9a0de83b6

Contents?: true

Size: 1020 Bytes

Versions: 3

Compression:

Stored size: 1020 Bytes

Contents

<html>
<head>
	<title>Facebook OAuth Playground</title>
	<meta name="description" content="Making it easier to play with Facebook's new Graph API and OAuth authentication."></meta>
	<style>
		body {
			font-family: verdana, arial, sans-serif;
			font-size: 12px;
			margin: 0px;
		}
	</style>
</head>
<body>

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-16395421-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
	
<%= yield %>		
		
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
	FB.init({ appId: <%= @app_data["app_id"] %>, cookie: true, status: true, xfbml: true });
</script>

</body>

</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
koala-0.9.0 examples/oauth_playground/views/layout.erb
koala-0.7.3 examples/oauth_playground/views/layout.erb
koala-0.7.2 examples/oauth_playground/views/layout.erb