如何获取 linkedin 个人资料关注者数量
How to get linkedin profile follower count
大家好,我想从 linkedin 个人资料中获取关注者数量,所以我正在使用 linkedin rest api“https://developer.linkedin.com/docs/rest-api”但无法获取数据,而是显示以下错误。
{
"errorCode": 0,
"message": "Unknown authentication scheme",
"requestId": "J4YFQZZ4E5",
"status": 401,
"timestamp": 1469104044650
}
你们能告诉我使用 api 的正确方法是什么才能得到 "Follower count"
我首先生成了访问令牌,然后使用该令牌对用户进行身份验证。
然后我使用 linkedin rest api (https://developer.linkedin.com/docs/rest-api) 来获取关注者数量。
大家好,我想从 linkedin 个人资料中获取关注者数量,所以我正在使用 linkedin rest api“https://developer.linkedin.com/docs/rest-api”但无法获取数据,而是显示以下错误。
{
"errorCode": 0,
"message": "Unknown authentication scheme",
"requestId": "J4YFQZZ4E5",
"status": 401,
"timestamp": 1469104044650
}
你们能告诉我使用 api 的正确方法是什么才能得到 "Follower count"
我首先生成了访问令牌,然后使用该令牌对用户进行身份验证。
然后我使用 linkedin rest api (https://developer.linkedin.com/docs/rest-api) 来获取关注者数量。