我有以下代碼。即使我授權了應用程序,我也沒有收到任何錯誤,我的名字也不會顯示。也許我應該說,我的主機不支持捲曲,所以我用不需要捲曲API(https://github.com/mattmecham/php-sdk)無法連接到Facebook Graph API
<?php
require 'src/facebook.php';
$facebook = new Facebook(array(
'appId' => 'my app id here',
'secret' => 'the code that should be here...',
'cookie' => true,
));
$me = $facebook->api('/the thing that follows after facebook.com/ to get to my profile');
echo $me['name']
?>
你知道問題可能在哪裏?請讓我知道,如果你需要任何額外的信息...
nope ...不工作 – Tom83B 2011-03-13 19:16:05