Skip to content

Instantly share code, notes, and snippets.

@levymetal
Last active November 1, 2022 02:35
Show Gist options
  • Save levymetal/5083696 to your computer and use it in GitHub Desktop.
Save levymetal/5083696 to your computer and use it in GitHub Desktop.
Example of how to call use the php twitter cache available @ https://github.com/levymetal/php-twitter-cache
$.getJSON('/resources/twitter_cache.php', function(data) {
$.each(data, function(i) {
console.log( data[i] );
// do something with tweet
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment