I am making an app where a user can sign in via LinkedIn (oAuth) and after that he can see his recent posts (activity feed). I am struggling to find that API end point with which I can retrieve the user’s posts. Is there any such end point available
Question posted in Javascript
A very good W3school tutorial can be found here.
A very good W3school tutorial can be found here.
2
Answers
this API gives access to user's posts https://learn.microsoft.com/en-us/linkedin/compliance/integrations/shares/ugc-post-api
UGC belongs to Compliance API category and LinkedIn is not giving access to it https://learn.microsoft.com/en-us/linkedin/shared/authentication/getting-access#compliance-closed
Seems like we can't do it
I think these two might be of most help for you:
Find Posts by Account
Find Posts by Authors
Read this to learn about URNs: