How can i get the recomendation details from LinkedIn
In my application, i have to show the recomendation received by the user.. but using Linkedin API plugin, am able开发者_JS百科 to get only these fileds (ID, RecommendationType, Recommeders).. what should i do to get the "Recommendation Text" for the user.
kindly help me out to solve this issue..
Finaly i got the solution.. by passing the following api url can get full recommendation details.. "http://api.linkedin.com/v1/people/~/recommendations-received"
精彩评论