LinkedIn API - cannot get person posts

Viewed 16

I'm using both endpoints

  • /rest/posts?q=author&author=encodedPersonUrn
  • /v2/ugcPosts?q=authors&authors=List(encodedPersonUrn)&sortBy=LAST_MODIFIED

And get

  • "Field Value validation failed in PARAMETER: Data Processing Exception while processing fields [/author]"
  • "Field Value validation failed in PARAMETER: Data Processing Exception while processing fields [/authors/authors]"

There is something missing ?

0 Answers
Related