I am using LinkedIn api along with Python, Django and Linux. The problem I face is when I apply filters to the request uri.
Supposingly /v1/posts/{post_id}:(id,type,category,creator,title,summary,creation-timestamp,likes,comments,attachment,site-group-post-url) returns a xml for the data of the following post. But if I apply some filter to it i.e
/v1/posts/{post_id}:(id,type,category,creator,title,summary,creation-timestamp,likes,comments,attachment,site-group-post-url)?count=5&start=5 this would return a HTTP 401 UNAUTHORIZED
What am I doing wrong?
Could your OAuth library be incorrectly calculating the request signature?
Confirm that it matches the one generated by this page:
https://developer.linkedin.com/oauth-test-console