In the groups posting API (http://api.linkedin.com/v1/groups/{group-id}/posts), creating a new post usually returns a 201 Created HTTP response. But sometimes (about 25% of the time in my experience) the API returns a 202 Accepted HTTP response. When 202 is returned, the Location HTTP response header is omitted, which makes it so that I don't know how to refer to the post, which means that I am unable to make subsequent updates to it (e.g. move it to the Jobs section or delete it).
What is the recommended way to deal with this situation?
- Log in to post comments
Hi Will,
I think this might be a bug, but I will need to investigate more to find out. I'll let you know as soon as I have more information.
-Jeremy