This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body vocab="http://schema.org/"> | |
<div typeof="Person"> | |
<h1 property="name">elf Pavlik</h1> | |
<img property="image" src="http://www.gravatar.com/avatar/00000000000000000000000000000000" /> | |
<p property="description">i like you :)</p> | |
<h2>social profiles</h2> | |
<ul> | |
<li><a property="sameAs" href="https://github.com/elf-pavlik">github</a></li> | |
<li><a property="sameAs" href="https://twitter.com/elfpavlik">twitter</a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fb = require('fbgraph'); | |
var IDS = { | |
ouishareGlobal: 226111377405815 | |
}; | |
fb.setAccessToken(process.env.FACEBOOK); | |
function byComments (first, second) { |
NewerOlder