连接到LinkedIn时出现Java脚本错误

时间:2016-01-01 07:32:58

标签: javascript html linkedin

"新年快乐......"   当我们尝试通过javascript连接Linked时出现问题。我已经关注并在developers.linkedIn.com中给出了支出,但它显示在下面错误。

  

用户空间?v = 0.0.1199-RC8.53274-1429& apiKey =' 75b4 .... do0'& secure = 1&amp ;; 22未捕获错误:您必须指定有效的JavaScript API域作为此密钥配置的一部分。

我创建了一个子域http://vclinkedin.deepeshuniyal.in并正确填写了linkedIn网站中的所有详细信息。 域名正常运作。

下面是我的HTML代码:

<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <script type="text/javascript" src="http://platform.linkedin.com/in.js">
            api_key: '75b4....do0'
        </script>
    </head>
    <body>
    <!-- need to be logged in to use Search; if not, offer a login button -->
    <script type="IN/Login"></script>
     </body>
</html>

0 个答案:

没有答案