【发布时间】:2017-03-13 09:08:43
【问题描述】:
我一直在整个互联网上搜索这个问题的解决方案,但似乎找不到任何解决我问题的答案。
我正在尝试通过以下调用从 LinkedIns API 获取历史关注者:https://api.linkedin.com/v1/companies/${companyId}/historical-follow-statistics?time-granularity=day&start-timestamp=${from}&end-timestamp=${到}&格式=json 来自我的 Node/Express 应用程序。 我把标题是这样的: 授权:不记名“mytoken”(从 OAuth2 登录中检索)。
我不断收到此错误代码:
{
"errorCode": 0,
"message": "Internal service error",
"requestId": "22BM2KPRXF",
"status": 500,
"timestamp": 1489395675897
}
我可以轻松地调用其他端点。
我认为我正在按照文档所说的去做:https://developer.linkedin.com/docs/oauth2
所以我的问题是:我做错了什么?那个确切的端点是否有错误?
【问题讨论】:
标签: javascript rest api express linkedin