我们的游戏已获得Facebook批准(Open Graph故事,publish_actions权限等),但是当用户发布Open Graph故事时,他们只会显示在活动日志中,并且根本不会显示在时间轴上。甚至有明确共享财产的故事。常规用户和测试用户\ admin都没有在时间轴中显示它们。该游戏已经脱离了“沙盒”模式。 我们的平台是Web-FB Canvas。 这是代码:
<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# cutecats_game: http://ogp.me/ns/fb/cutecats_game#">
<meta property="fb:app_id" content="117626198575574">
<meta property="og:type" content="cutecats_game:quest">
<meta property="og:url" content="https://fbcats.integra-games.com//mcats/og.story.php?img=quest_complete.jpg&title=New%20Amazing%20Quest!&desc=Complete%20amazing%20quests%20and%20receive%20helpful%20rewards!%20Will%20you%20complete%20this%20epic%20quest?&ref=st_quest&explicitly=true&objectType=quest">
<meta property="og:title" content="New Amazing Quest!">
<meta property="og:description" content="Complete amazing quests and receive helpful rewards! Will you complete this epic quest?"/>
<meta property="og:image" content="https://fbcats.integra-games.com/mcats/story/quest_complete.jpg">
<meta property="fb:explicitly_shared" content="true">
<meta http-equiv="refresh" content="0; url=https://apps.facebook.com/cutecats_game/?ref=st_quest"/>
</head>
<body></body>
</html>
此对象的FB链接由此方法https://graph.facebook.com/me/cutecats_game:complete
传递先谢谢你的帮助!