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
| /*global window, define */ | |
| var FacebookConnect = { | |
| options: { | |
| appId: null, // {String} Your application ID | |
| cookie: true, // {Boolean} Enables cookies to allow the server to access the session | |
| logging: true, // {Boolean} Disable logging | |
| session: null, // {Object} Use specified session object | |
| status: true, // {Boolean} Fetch fresh status |
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
| --- | |
| layout: post | |
| title: Part two on how I built my blog | |
| category: Coding | |
| tags: jekyll github rss | |
| year: 2012 | |
| month: 3 | |
| day: 22 | |
| published: true | |
| summary: A follow up post on how I built my blog |
NewerOlder