Facebook Scores API not publishing open graph stories

∥☆過路亽.° 提交于 2019-12-07 10:14:29

问题


I am a little new to the facebook SDK so please bear with me on this. I have been searching for hours and have not been able to find anything relating to my problem.

I have implemented the facebook sdk for iOS and am in the process of adding scores.

User authentication is working fine, achievements are working fine, and it appears to submit the scores fine as well with the following response:

{
    "FACEBOOK_NON_JSON_RESULT" = true;
}

and there are no errors returned. This is a native app and while it appears to be posting fine, no stories are showing up. Any idea why this would be? I want to make sure that it is working correctly prior to submitting the new version of my game.


回答1:


The aim of the Graph API to make stories and just sending a score is not a story.

The scores will show up if the user passes the user's friend (passing story) or made a high score (high score story).

You can check the score feed in the users's Activity Log.

WARNING! It seems that FB filter the high score story frequency, but the mechanism and timing is not public, so testing it too frequently could cause missing stories.



来源:https://stackoverflow.com/questions/17104436/facebook-scores-api-not-publishing-open-graph-stories

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!