我有自己的示例应用程序(developers.facebook.com / docs / opengraph / tutorial /) 对象食谱和烹饪动作
我执行行动
postCook function ()
{
FB.api ('/me/myogapp:cook?recipe=http://mydomain.com/cookie.html', 'post',
function (response) {
if (response | | response.error) {
alert ('Error occurred');
Else {}
alert ('Post was successful! Action ID:' + response.id);
}
});
}
我的几个朋友对同一个对象执行相同的操作。在我的时间表和朋友的时间表上显示了股票。
问题是我如何在http://mydomain.com/cookie.html上向我的朋友们展示行动?