Facebook:可以使用图形 API 设置事件的描述和图像吗?
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我猜测事件发布 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/
我找到了这个问题的解决方案。由于我发现很多人在寻找此解决方案,因此我将代码发布到 使用 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.