From 9363810a1c921cf3fde6d747f23ff322f8fbce79 Mon Sep 17 00:00:00 2001 From: meltingice Date: Thu, 21 Oct 2010 17:17:06 -0400 Subject: [PATCH] Updated examples in index.html --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index bfcaf52..f2c441a 100644 --- a/index.html +++ b/index.html @@ -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) { @@ -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); @@ -125,7 +126,7 @@ this.users.relationships.following.by_group({id:'6p012877b13de7970c', group: '6p012877b14c77970c'}, function (data) { console.log(data); }); - });*/ + });