Skip to content

Instantly share code, notes, and snippets.

View jaenmedina's full-sized avatar

Jaen Medina jaenmedina

  • Montreal, Canada
View GitHub Profile
@jaenmedina
jaenmedina / simple_facebook_api_wrapper.js
Last active October 24, 2015 19:44
A simple facebook api wrapper I've been using for a couple of projects
/**
* This is called when the response is positive (for example when the status is 'connected').
* @callback successCallback
*/
/**
* This is called when the response is negative (for example when the status is not 'connected').
* @callback failureCallback
*/