문제

In java Linkedin-j is it possible to get the company post and updates? I analyzed the API It have search functionality only. Is any body know how to get the posts of a particular company?

도움이 되었습니까?

해결책

There is no method to get the company updates in linkedin-j. They did not update in this API. You would try to use http://api.linkedin.com/v1/companies/{id}/updates?event-type=status-update through your code

Refer this for how to send request to Linked In and get results

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top