2012-07-19 51 views
0

我正在使用Linkedin REST API和PHP。Linkedin羣組API調用獲取配置文件被評論的成員的URL

我正在嘗試獲取特定討論組的帖子。

的API調用

http://api.linkedin.com/v1/groups/2417328/posts:(creation-timestamp,summary,title,type,comments,id,creator:(picture-url,last-name,headline,id,first-name,site-standard-profile-request))?count=100&start=0&modified-since=1312441200000

我想取誰在每篇文章的評論也對成員的個人資料網址。上述呼叫可以做到這一點嗎?

回答

1

是的,可以在API調用中指定要從可用的Profile Fields列表中返回的評論創建者字段。要返回評論創建者的配置文件URL,請用comments:(creator:(site-standard-profile-request))替換commentsGroup Field。您可以根據需要在其中指定其他配置文件字段。