Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
No longer need Facebook SDK with new auth mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
anantn committed Jan 7, 2013
1 parent 36a578a commit 1dea631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion www/index.html
Expand Up @@ -15,7 +15,6 @@
</head>

<body>
<div id="fb-root"></div>
<div id="wrapper">

<header id="header">
Expand Down
17 changes: 1 addition & 16 deletions www/js/firefeed-ui.js
@@ -1,22 +1,7 @@

var __ff_ui;
$(function() {
// Load the Facebook SDK, then initialize FirefeedUI;
window.fbAsyncInit = function() {
FB.init({
appId : "104907529680402",
channelUrl : "channel.html"
});
__ff_ui = new FirefeedUI();
};
(function(d, debug){
var js, id = "facebook-jssdk", ref = d.getElementsByTagName("script")[0];
if (d.getElementById(id)) {return;}
js = d.createElement("script"); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all" +
(debug ? "/debug" : "") + ".js";
ref.parentNode.insertBefore(js, ref);
}(document, /*debug*/ false));
__ff_ui = new FirefeedUI();
});

function FirefeedUI() {
Expand Down

0 comments on commit 1dea631

Please sign in to comment.