Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我可以使用我的 twitter 句柄 mcmancsu 并使用 www.klout.com/mcmancsu 并获取我的个人资料页面。如果我使用 REST API 获取我的 klout ID,有没有办法仅根据 ID 获取我的个人资料页面?或者,如果我有一个 google+ ID,我怎么能找到用户的个人资料页面(有/没有 kloutID)?
通常,从 user.json/[kloutid] 端点返回的“nick”字段可用于构建配置文件 URL。
配置文件 URL 的格式为:http://klout.com/user/[nick]
这对于您通过 Twitter 或 Google+ 查找的用户来说是正确的。
或者,您可以直接使用 kloutId,但这不是首选:http://klout.com/user/id/[kloutId]