您使用TwitterAPIExchange来关注用户 我使用此代码创建友谊
$url_follow = 'https://api.twitter.com/1.1/friendships/create.json';
$requestMethodd = 'POST';
$fields = array('user_id'=> $response);
$twitter = new TwitterAPIExchange($settingss);
$responsee = $twitter->setPostfields($fields)->buildOauth($url_follow, $requestMethodd)->performRequest();
print_r($responsee);
$ response是包含id的数组
{“errors”:[{“code”:108,“message”:“找不到指定的用户。”}]}
为什么? 我需要使用数组而不是id