0
這個代碼不爲我工作負載LinkedIn的API,不顯示錯誤,沒什麼......無法通過JavaScript
<script type="text/javascript" src="http://platform.linkedin.com/in.js">
api_key: xxxxxxxxxxx
onLoad: onLinkedInLoad
authorize: true
</script>
<script type="text/javascript">
function onLinkedInLoad() {
IN.API.Raw("/companies/xxxxxxx:(num-followers)");
.result(function(result) { document.getElementById("statusDiv").innerHTML = result; })
.error(function(error) { /* do nothing */ });
}
</script>
有人能幫助我嗎?