Twitter API友谊/创建数组

时间:2017-09-07 11:21:45

标签: php arrays

您使用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

0 个答案:

没有答案