考拉Facebook事件api

我正在尝试使用FB Events API(v1)发布非常棒的事件。

https://developers.facebook.com/docs/graph-api/reference/v1.0/page/events

一切正常......除了我无法使no_feed_post方法工作。

该事件发布完美,但饲料/墙帖不像它应该被压制。

params = { name: "Blah @ #{place.name}", description: event.prizes, location: '123 Blah St.',
     start_time: Time.current, no_feed_story: true }

我曾尝试将no_feed_story设置为:

true
1
"true"
t

似乎没有什么工作...... Facebook想要什么?


扫描Facebook上的文档,他们指出这些是有效的字段。

name
start_time
end_time
description
location
location_id
privacy_type

我没有看到no_feed_story作为POST选项

另请注意,有一个说明指出:本文档涉及过时的Graph API版本。 请使用最新版本

链接地址: http://www.djcxy.com/p/32663.html

上一篇: koala Facebook events api

下一篇: Getting Comments of a URL