0
我使用這個代碼發佈到我的應用程序頁面的頁面,而不是管理員:爲什麼Facebook的API發佈給用戶,而不是頁面本身?
$page_info = $facebook->api("/344722062246773?fields=access_token");
$attachment2 = array('message' => $row["nwmsg"],
'access_token' => $page_info['access_token'],
'name' => $row["nwnm"],
'caption' => $row["nwsubject"],
'picture' => 'http://itradegame.com/itrade/' . $row["nwposter"],
'description' => $row["nwtext"],
'actions' => array(array ('name'=> 'Play!','link'=> 'https://apps.facebook.com/itradee/')));
$result = $facebook->api('/344722062246773/feed/','post',$attachment2);
,但奇怪的是誰喜歡的頁面的用戶才能看到的thier新聞源的職位,但可以在網頁上看不到它。
爲什麼?
以及我不知道發生了什麼,但它現在正在工作。另一個問題出現了。這裏http://stackoverflow.com/questions/9970936/why-posting-to-my-app-page-is-not-working-offline – 2012-04-02 04:33:57