当我拨打/statuses
端点时,我只会收到updated_time
字段而不是created_time
字段(就像我在调用/photos
或/links
时所做的那样) 。似乎updated_time
是此帖子最后一次被喜欢或评论的时间,甚至在查询中设置since
参数似乎返回在since
之前创建但在之后更新的状态。
/statuses
与/photos
和/links
之间是否存在这种差异?
我可以为created_time
获得status
并相应地查询since
吗?
答案 0 :(得分:0)
这次更好地使用FQL。它总是比Graph更完整。
SELECT time, message FROM status WHERE uid = me()
时间 uid
发布状态消息的日期和时间的UNIX时间戳