在尝试使用linkedin share api时,我已成功创建了一个应用程序并为该应用程序授予了所有权限,例如r_basicprofile,r_emailaddress,rw_company_admin,w_share。
我的身体内容如下 -
{
"content": {
"title": "The title",
"description": "the description",
"submittedUrl": "GAVE_MY_URL",
"submittedImageUrl": "GAVE_My_IMAGE_URL"
},
"comment": "demo comment",
"visibility": {
"code": "anyone"
}
}
我的标题是 -
Content-Type: application/json
x-li-format: json
Authorization: Bearer GAVE_MY_ACCESS_TOKEN
每次我提出请求时,都会收到以下回复 -
{
"errorCode": 0,
"message": "Access to posting shares denied",
"requestId": "GZTBG1IZ2L",
"status": 403,
"timestamp": 1478159135348
}
N.B。:我尝试过POSTMAN和PHP cURL。
有谁可以帮助我....提前致谢。
答案 0 :(得分:1)
答案 1 :(得分:0)
您可以使用:
“https://api.linkedin.com/v1/companies/”。$ company_id。“/ shares?format = json& oauth2_access_token =”。GAVE_MY_ACCESS_TOKEN
在标题中没有授权。