Linkedin Share API 403拒绝访问

时间:2016-11-03 07:59:45

标签: php api linkedin postman

在尝试使用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。

有谁可以帮助我....提前致谢。

2 个答案:

答案 0 :(得分:1)

这也发生在我身上,在探索了很多东西并花费了很多小时之后,我解决了这个问题,实际上我没有将端口号包含到“重定向URL”中。

enter image description here

答案 1 :(得分:0)

您可以使用:

https://api.linkedin.com/v1/companies/”。$ company_id。“/ shares?format = json& oauth2_access_token =”。GAVE_MY_ACCESS_TOKEN

在标题中没有授权。