我刚刚在 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>
有什么问题?