0

我正在使用 Graph API 将玩家的进度分享到他的 Wall;将其作为外部应用程序(即,不是嵌套在 Facebook 的 iframe 中的应用程序)。

$attachment = array('message' => "I have completed stage $level of the game with a score of $score!", 
                'description' => "Desc of the game.",
                'name' => "Name of game",
                'caption' => "caption",
                'type' => 'status',
                             'status_type' => 'app_created_story',
                'link' => "http://somehwere.com/somegame");

$result = $facebook->api("/me/feed/",'post', $attachment)) {

该帖子以“测试 FB 用户通过.Application共享链接”开头。

如何将“共享链接”更改为其他内容,例如“发布更新自”?

4

0 回答 0