Skip to content

Instantly share code, notes, and snippets.

View migr1's full-sized avatar

Michael Grundberg migr1

View GitHub Profile
@migr1
migr1 / gist:78b064bb831db06f4edc7b07de5c9265
Last active May 16, 2016 17:03
Matlistan FB login code
window.fbAsyncInit = function () {
FB.init({
appId: 160944750672537,
status: true,
cookie: true,
xfbml: true,
version: 'v2.3'
});
};