Facebook publish actions - Values from preview object are taken when publishing

泪湿孤枕 提交于 2019-12-24 00:53:06

问题


Ok I am trying to publish an action on facebook from my mobile game.

I have set up an object (say "picture") and an action (say "draw") I have set up an external web page whose meta data describes the object "picture"

Now I send a post request from my game with parameters

  • access_token = token
  • picture = the external link of the object

The action is published. But not with the values I give in my external page's meta data. The action published has the values which i gave to the PREVIEW OBJECT of the object "picture"

In short, the action published takes its values (like og:title, og:image, etc) from the PREVIEW OBJECT of "picture" and not from the external link's meta data.

Hope that makes sense.

I'm pretty sure the solution would be something really simple, but I can't figure out what the problem is. Please help.

来源:https://stackoverflow.com/questions/10643748/facebook-publish-actions-values-from-preview-object-are-taken-when-publishing

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