Skip to content

Instantly share code, notes, and snippets.

View jsilvestre's full-sized avatar

Joseph Silvestre jsilvestre

View GitHub Profile
@jsilvestre
jsilvestre / config.js
Created July 11, 2012 21:44
New format for config.js (gw2c)
Metadata = {
"icons_path" : "assets/images/icons/32x32/",
"version" : 1,
"date_generation" : "2012-07-11 23:43:27"
};
Areas = [
{ id : 1, name : "Divinity's Reach", rangeLvl : "",
summary : {
"hearts" : 0,
@jsilvestre
jsilvestre / facebook.php
Created July 2, 2012 09:53
Facebook feed grabber WP
<?php
function authenticate( ) {
// Check that we have an App ID
if ( $this->appId == null )
return false;
// Check that we have a secret
if ( $this->secret == null )
return false;