Make youtube playlists out of facebook feeds.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
<title>Space Radio</title>
|
|
|
<meta charset="UTF-8">
|
|
|
</head>
|
|
|
<body>
|
|
|
<script id="fbscript" src="fb.js"></script>
|
|
|
|
|
|
<!--
|
|
|
Below we include the Login Button social plugin. This button uses
|
|
|
the JavaScript SDK to present a graphical Login button that triggers
|
|
|
the FB.login() function when clicked.
|
|
|
-->
|
|
|
<fb:login-button scope="public_profile,email" onlogin="checkLoginState();">
|
|
|
</fb:login-button>
|
|
|
|
|
|
<div id="status">
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
</html>
|