Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created November 9, 2009 12:41
Show Gist options
  • Save jakearchibald/229910 to your computer and use it in GitHub Desktop.
Save jakearchibald/229910 to your computer and use it in GitHub Desktop.
glow.net.loadScript('http://twitter.com/statuses/user_timeline/15390783.json?callback={callback}', {
onLoad: function(data) {
alert(data[0].user.name + "'s latest tweet:\n\n" + data[0].text);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment