如何设置动作属性?

发布于 2024-12-12 04:07:44 字数 388 浏览 0 评论 0原文

也许我错过了,但在所有开放图谱文档中,我没有看到如何在发布操作时指定操作属性。

给出的 POST 示例是:

https://graph.facebook.com/me/YOUR_NAMESPACE:cook
?recipe=OBJECT_URL&access_token=ACCESS_TOKEN

如果我定义一个自定义属性(如“金额”),我如何分配它?我在黑暗中尝试了以下方法,但似乎没有效果:

https://graph.facebook.com/me/YOUR_NAMESPACE:cook
?recipe=OBJECT_URL&access_token=ACCESS_TOKEN&amount=5

Maybe I missed it, but in all the Open Graph documentation I didn't see how to specify action properties when publishing an action.

The POST example given was:

https://graph.facebook.com/me/YOUR_NAMESPACE:cook
?recipe=OBJECT_URL&access_token=ACCESS_TOKEN

If I define a custom property (like "amount"), how do I assign that? I took a stab in the dark and tried the following, but it doesn't appear to have worked:

https://graph.facebook.com/me/YOUR_NAMESPACE:cook
?recipe=OBJECT_URL&access_token=ACCESS_TOKEN&amount=5

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花开浅夏 2024-12-19 04:07:44

在您的 ActionType 的索引页上单击“获取代码”。正如您所猜测的,它应该是您的财产的名称。

让我知道出了什么问题。

Click "Get Code" on the index page of you ActionType. It should be the name of your property as you guessed.

Let me know what was wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文