Skip to content

Commit

Permalink
Updated examples in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingice committed Oct 21, 2010
1 parent 8281bb9 commit 9363810
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
},
typepad: {},
flickr: {
api_key: '54a547642fde8a600075acafbfe00861'
api_key: '1234'
}
});

/*
jfu.ready('flickr', function () {
var flickr = this;
this.people.getPublicPhotos({user_id: '45836197@N00', per_page: 15}, function (data) {
Expand All @@ -39,8 +40,8 @@
console.log(flickr.util.getPhotoUrl(data.photos.photo[0], 'm'));
});
});
*/

/*
jfu.ready('twitpic', function () {
this.users.show({username: 'meltingice'}, function (user) {
console.log(user);
Expand Down Expand Up @@ -125,7 +126,7 @@
this.users.relationships.following.by_group({id:'6p012877b13de7970c', group: '6p012877b14c77970c'}, function (data) {
console.log(data);
});
});*/
});
</script>
</head>
<body>
Expand Down

0 comments on commit 9363810

Please sign in to comment.