为了账号安全,请及时绑定邮箱和手机立即绑定

如何使用TwitterAPIExchange查找按国家/地区追踪最多的帐户?

如何使用TwitterAPIExchange查找按国家/地区追踪最多的帐户?

PHP
繁星淼淼 2021-04-09 14:15:54
我正在按国家/地区设置关注度最高的帐户列表。我正在使用TwitterAPIExchange,但找不到正确的API。我找到了以下API,但无法正确管理:https : //developer.twitter.com/en/docs/geo/place-information/overview你能帮助我吗?$url = "https://api.twitter.com/1.1/geo/id/df51dec6f4ee2b2c.json";$requestMethod = "GET";$twitter = new TwitterAPIExchange($settings);$response = $twitter->setGetfield($getfield)         ->buildOauth($url, $requestMethod)         ->performRequest();$string = json_decode($response, true);echo '<pre>';print_r($string);echo '</pre>';
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 144 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信