Skip to content

Instantly share code, notes, and snippets.

@farukcam
Created April 23, 2020 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farukcam/54c169607aba9e688c621ffa5e8eab0d to your computer and use it in GitHub Desktop.
Save farukcam/54c169607aba9e688c621ffa5e8eab0d to your computer and use it in GitHub Desktop.
$.getJSON( 'https://graph.facebook.com/?fields=og_object{engagement}&id=' + window.location.href, function( fbdata ) {
console.log(fbdata);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment