我是网络编程的新手。我在这里是因为我的广泛搜索没有产生结果。我期望链接的登录按钮用于以下代码;
<html>
<head>
<script type="text/javascript" src="http://platform.linkedin.com/in.js">
api_key: the_app_key;
authorize: false;
lang: en_US;
</script>
</head>
<body>
<script type="IN/Login"></script>
Get the button...
</body>
</html>
我复制粘贴了the_app_key;用我从Linkedin获得的app键。我无法使用此代码获取登录按钮。我在firefox和Chromium上都尝试了这个代码。