-
How to get multple update types - getting 401 error
Hello,
According to LinkedIn, network updates does not return all update types, we have to ask for them. So I am using following code to get CONN & SHAR updates:
string updateType = "type=SHAR&type=CONN&";
string json = linkedIn.RestOperations.GetForObject<string>("peop le/id=" + id + "/network/updates?" + updateType + "scope=self&format=json");
I am getting 401 - unauthorized error.
I read somewhere that someone is using another framework is having the same problem: framework cannot handle multiple parameters with same name, in this case "type".
Does any one here have a solution for this?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules