我已经为我的应用程序创建了 Linkedin 标志,并且我需要在不按linkedin 按钮的情况下使用linkedin 进行自动登录(即,使用linkedin 自动登录它应该加载按钮)。在这里,我尝试了以下代码。
<script type="text/javascript" src="http://platform.linkedin.com/in.js">
api_key: key comes here
onLoad: onLinkedInLoad
authorize: true
</script>
但我从来没有得到正确的答案..