Facebook:可以使用图形 API 设置事件的描述和图像吗?

发布于 2024-10-09 19:20:56 字数 173 浏览 1 评论 0原文

我想使用 Graph API 代表用户创建事件。

但通过查看此 URL (http://developers.facebook.com/docs/api),唯一可用的参数是:name、start_time、end_time。

什么?!我还需要放置描述和图像。

谁能帮忙解决这个问题吗?

I want to create events on behalf of the user using the Graph API.

But by looking at this URL (http://developers.facebook.com/docs/api), the only parameters available are: name, start_time, end_time.

What?! I need to place the description and image too.

Can anyone help with this?

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

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

发布评论

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

评论(2

鱼忆七猫命九 2024-10-16 19:20:56

我猜测事件发布 API 将接受描述参数,它可能只是没有记录。你尝试过传递它吗?

如果这不起作用,只需使用其余 API。 http://developers.facebook.com/docs/reference/rest/events。创建/

I am guessing that the event publish API will accept the description parameter, it is probably just not documented. Have you tried to pass it in?

If that doesn't work, just use the rest API. http://developers.facebook.com/docs/reference/rest/events.create/

反目相谮 2024-10-16 19:20:56

我找到了这个问题的解决方案。由于我发现很多人在寻找此解决方案,因此我将代码发布到 使用 facebook C# SDK 创建带有图像的事件

I found the solution to this problem. Since I found many people searching for this solution, I posted the code to create an event with image using the facebook C# SDK.

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