【问题标题】:VBA - GET statuses/home_timeline errorVBA - 获取状态/home_timeline 错误
【发布时间】:2013-06-28 02:38:20
【问题描述】:

我正在使用:https://api.twitter.com/1.1/statuses/home_timeline.json

每当我尝试使用任何其他参数时,例如:

https://api.twitter.com/1.1/statuses/home_timeline.json?count=10

这给了我以下错误:

2 0 7316141533e2c2eb020dad48d3fb1d955b42c197 {"errors":[{"message":"Could not authenticate you","code":32}]}

当我不使用任何附加参数时,我没有收到任何错误。

另外,我如何限制从 home_timeline 收到的信息量?我只需要“created_at”、“id”、“text”、“source”、“name”和“screen_name”键。

提前致谢。

【问题讨论】:

  • 你使用什么语言?
  • 最好显示您正在使用的代码,否则我们只是在猜测您实际在做什么。

标签: vba twitter twitter-oauth


【解决方案1】:

感谢 Jimbo/Tim 抽出宝贵时间编辑我的问题。 这是我刚从 Twitter 员工@c_r_w Craig Wright 那里得到的回复 遗憾的是,目前的 API 无法指定返回哪些数据

【讨论】:

    猜你喜欢
    • 2017-10-25
    • 2014-09-29
    • 2021-02-17
    • 2021-01-16
    • 2017-05-20
    • 2023-03-29
    • 1970-01-01
    • 2021-05-20
    • 1970-01-01
    相关资源
    最近更新 更多