As of May 2015, Facebook is retiring its API 1.x, which this script relied on in order to pull album/photo information from Facebook without needing an access token to do so. With API v2.x, an access token is now required for ALL Facebook profiles, including profiles for businesses or organizations, that did not require tokens before.
As a result, this script now also requires a Facebook APP and the subsequent access token in order to retrieve any data from Facebook.
You can assign the access token to the script by using the following parameter, when initializing:
facebookToken: 'your_facebook_token',
If you have problems with creating a Facebook APP and token, the tutorials on the following pages have proven to be helpful for others:
Create APP and Standard Token
Convert Standard Token into Extended Token