require 'facebook.php';
// create application instance
$facebook = new Facebook(array(
'appId' => '343748229005251',
'secret' => '8e7a0360c88979d50c48fc1d61087ea7',
'cookie' => true,
));
?>
This is the part of the code I need to allow Facebook to interact with my website and for my website to interact with Facebook. I am currently working in PHP using Adobe Dreamweaver.
No comments:
Post a Comment