Skip to content

Instantly share code, notes, and snippets.

@tonibecker
tonibecker / fb_events.php
Created October 5, 2012 10:50
Facebook Events with fql and datetimezone
<?php
require_once 'fb_api/facebook.php';
//this converts Pagename or Username to the specific ID
require_once 'convFbName.inc.php';
// make sure this api file is in your directory, if not get it here https://github.com/facebook/php-sdk/tree/master/src
//set the correct timezone more examples can be found at http://php.net/manual/en/timezones.php
date_default_timezone_set('Europe/Berlin');
// Authenticate
@tonibecker
tonibecker / fb_events.php
Created October 5, 2012 10:48
Facebook Events with fql and datetimezone
<?php
require_once 'fb_api/facebook.php';
//this converts Pagename or Username to the specific ID
require_once 'convFbName.inc.php';
// make sure this api file is in your directory, if not get it here https://github.com/facebook/php-sdk/tree/master/src
//set the correct timezone more examples can be found at http://php.net/manual/en/timezones.php
date_default_timezone_set('Europe/Berlin');
// Authenticate