简体   繁体   English

Facebook Scores API不发布开放图形故事

[英]Facebook Scores API not publishing open graph stories

I am a little new to the facebook SDK so please bear with me on this. 我是facebook SDK的新手,所以请耐心等待。 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. 我已经为iOS实现了facebook sdk,我正在添加分数。

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. 我想在提交新游戏版本之前确保它正常工作。

The aim of the Graph API to make stories and just sending a score is not a story. Graph API创建故事和发送分数的目的不是故事。

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. 似乎FB过滤了高分故事频率,但机制和时间不公开,因此过于频繁地测试可能会导致错过故事。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM