Skip to content

Instantly share code, notes, and snippets.

@kopiro
Created December 19, 2011 23:37
Show Gist options
  • Save kopiro/1499436 to your computer and use it in GitHub Desktop.
Save kopiro/1499436 to your computer and use it in GitHub Desktop.
Fast bookmarks to get GRAPH API INFORMATION from Facebook page
javascript:
var url = "https://graph.facebook.com/" + location.href.match(/facebook\.com\/(profile\.php\?id=)?([a-z0-9\.]+)/)[2];
window.open(url, '', 'width=700,height=400');
void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment