質問

For example, I can take my twitter handle, mcmancsu and use www.klout.com/mcmancsu and get my profile page. If I use the REST API to get my klout ID, is there a way to obtain my profile page based on the ID alone? Alternatively, if I have a google+ ID how could I find the user's profile page (with/without kloutID)?

役に立ちましたか?

解決

Typically, the 'nick' field that is returned back from the user.json/[kloutid] endpoint can be used to build the profile URL.

Profiles URLs are in the format of: http://klout.com/user/[nick]

This will be true of users you've looked up by Twitter or Google+.

Alternatively, you can use the kloutId directly, but it's not preferred: http://klout.com/user/id/[kloutId]

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top