Hi
I am trying to get a linkedin followers count for a website. I followed their directions in order to get a followers counter (http://developer.linkedin.com/documents/inapiraw).
I am not very familiar with this so I canīt get it to show the counter.
I am trying something like this:
<script type="text/javascript" src="http://platform.linkedin.com/in.js"> api_key: xxxxxxxxx </script>
then I understood I should make a call like this:
IN.API.Raw("/companies/xxxxxxxnum-followers)")
Can anyone help out?