0

我刚刚在 LinkedIn Developer Network 和Other > JavaScript API Domains文本框中设置了一个新应用程序,我只有一个条目,当我转到引用 LinkedIn JavaScript ( )http://localhost 的页面时,我仍然收到此错误。http://localhost/linkedin/#/login该页面的 LinkedIn 相关代码段是

<script type="text/javascript" src="http://platform.linkedin.com/in.js">
    //here goes the api key, and the callback function
    api_key: My_API_Key
    onLoad: onLinkedInLoad
    authorize: true
</script>

有什么问题?

4

2 回答 2

1

我在 localhost 上看到了同样的问题。但是,当我在 IIS 中创建站点时,在 IIS 中给它一个有效的域名并在“其他 > JavaScript API 域”中使用相同的域,问题就解决了。

我在 IIS 中的域有端口 80,名称是 local.lc.com。要使其在端口 80 上工作,您需要在 Drivers>etc>hosts 中注册域

于 2015-02-24T06:36:23.337 回答
0

请尝试将 api_key 替换为您在应用中链接的客户端 ID。

于 2017-08-12T12:18:55.790 回答