Skip to content

Commit

Permalink
Fixed sample's Twitter source
Browse files Browse the repository at this point in the history
  • Loading branch information
atesgoral committed Jan 27, 2011
1 parent e2b3e84 commit 7903352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/naive.html
Expand Up @@ -38,7 +38,7 @@
log("Got latest 3 tweets by Ryan");
// Get James's tweets
$.getJSON(
"http://twitter.com/status/user_timeline/rjburke.json?count=3&callback=?",
"http://twitter.com/status/user_timeline/jrburke.json?count=3&callback=?",
function (byJames) {
log("Got latest 3 tweets by James");
mashupTweets(byJohn, byRyan, byJames);
Expand Down

0 comments on commit 7903352

Please sign in to comment.