【发布时间】:2018-11-24 18:19:15
【问题描述】:
我想使用 twitter 的 api 来获取公共页面的推文。 我正在使用这个 GET api(https://api.twitter.com/1.1/search/tweets.json?q=nasa&result_type=popular)但我得到了这个:- 请帮忙谢谢。
{ “错误”:[
{
"code": 215,
"message": "Bad Authentication data."
}
]}
【问题讨论】:
标签: reactjs api twitter postman