Hello all,
Can somebody give me basic information how to make auth call with OAuth token?
According to this article:
http://developer.linkedin.com/documents/authentication
In step four you can find this link:
Characters which are bold are access token.
I use my token to make request but I always retrieve error like this:
<error>
<status>401</status>
<timestamp>1412443491579</timestamp>
<request-id>DK1MXN70XV</request-id><error-code>0</error-code>
<message>Invalid access token.</message>
</error>