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]