我正在建立一个网站,其用户在其个人资料中共享状态并且运行良好,我将更新的密钥存储在响应中。
我想依靠与存储的更新ID链接的状态帖子。
我使用了Linkedin API的likes($updateId)
函数,但在响应时遇到错误。
错误:
["linkedin"]=>
string(248) "
403
1441210265486
5HFGUYUC2I
0
Access to network denied
"
["info"]=>
array(23) {
["url"]=>
string(99) "https://api.linkedin.com/v1/people/~/network/updates/key=UPDATE-XXXXXXXXX/likes"
["content_type"]=>
string(22) "text/xml;charset=UTF-8"
["http_code"]=>
int(403)
["header_size"]=>
int(478)
["request_size"]=>
int(497)
["filetime"]=>
int(-1)
["ssl_verify_result"]=>
int(0)
["redirect_count"]=>
int(0)
["total_time"]=>
float(0.850914)
["namelookup_time"]=>
float(0.196039)
["connect_time"]=>
float(0.197897)
["pretransfer_time"]=>
float(0.301204)
["size_upload"]=>
float(0)
["size_download"]=>
float(248)
["speed_download"]=>
float(291)
["speed_upload"]=>
float(0)
["download_content_length"]=>
float(248)
["upload_content_length"]=>
float(0)
["starttransfer_time"]=>
float(0.850901)
["redirect_time"]=>
float(0)
["redirect_url"]=>
string(0) ""
["primary_ip"]=>
string(13) "XXXX"
["certinfo"]=>
array(0) {
}
}
["oauth"]=>
array(2) {
["header"]=>
string(325) "Authorization: XXXX"
["string"]=>
string(353) "XXXXX"
}
["success"]=>
bool(false)
["error"]=>
string(54) "HTTP response from LinkedIn end-point was not code 200"
}
任何人都可以告诉我们这里有什么错误,如何使用Linkedin API来获取发布状态。