Skip to content

Instantly share code, notes, and snippets.

Weapons that exist in Year 2
Hawkmoon
The Fourth Horsemen
The Last Word
Truth
Monte Carlo
Bad Juju
Red Death
SUROS Regime
Thunderlord
@SteffanLong
SteffanLong / gist:6bc4672a96b09f68927e
Last active November 20, 2015 03:00
Destiny Duplicate Exotics
{
"Mark of Oblivion": 2,
"Crest of Alpha Lupi": 4,
"The Armamentarium": 2,
"Cloak of Oblivion": 2,
"Chaos Cloak": 2,
"Cloak of the Rising": 2,
"Sunbreakers": 2,
"The 4th Horseman": 2,
"Hawkmoon": 2,
<?php
// require the Composer autoload
require 'vendor/autoload.php';
// start session
session_start();
// init app with app id and secret
Facebook\FacebookSession::setDefaultApplication('APP_ID', 'APP_SECRET');