Facebook Webhook返回不正确的open_graph_story_id

时间:2018-08-06 20:27:57

标签: facebook facebook-webhooks

当我的Facebook webhook中出现新的更改(特别是评级)时,我将构建一个指向评级的链接,如下所示:

Caused By: weblogic.deployment.EnvironmentException: [J2EE:160200]Error resolving ejb-ref 'com.test.Bar/fooService' from module 'abcWebApp' of application 'abcWebApp'. The ejb-ref does not have an ejb-link and the JNDI name of the target bean has not been specified. Attempts to automatically link the ejb-ref to its target bean failed because no EJBs in the application were found to implement the 'com.test.ejb.FooService' interface. Please link or map this ejb-ref to its target EJB and ensure the interfaces declared in the ejb-ref are correct.

这些链接的使用时间超过80%。但是,有时链接会失败,并将我发送到一个页面:

  

对不起,此内容暂时不可用   您所遵循的链接可能已过期,或者该页面可能仅对您不在的受众可见。

真正奇怪的是,我有时会获得“重复”:来自同一个人甚至是同一人link = "https://www.facebook.com/" + value.reviewer_id + "_" + value.open_graph_story_id;的评分,但是用户ID和/或开放图表故事ID相对于错误链接中的ID。

我有证据表明,至少有一次我的网络钩子几乎被同时击中,除了这个id差异之外,它们的评级几乎相同。其中一个链接有效,另一个无效。

以前有人处理过这样的问题吗?有什么想法吗?

0 个答案:

没有答案