是不是klout api尚未完成? 让issus通过它获取数据

Hi I wanna use klout api to get user's score of facebook or twitter. But I could not make a app like what I did when I am using facebook or twitter api. I have two keys: one is oauth key and one is partner key, what's the difference?? How do I make calls using klout apis? I tried here, but still could not make successfully calls, or even add a login button in my page, could someone help me and give me some sample code please, thanks!

Have you registered for an account and received API keys? A few points:

  • The OAuth API is moderated. Keys generated for it are not activated until approved. You would not be able to add a login button to your page until applying and being approved for a key.
  • The V2 API is more open, but still requires you to register at http://developer.klout.com/member/register
  • You cannot currently lookup Facebook users on the API due to Facebook's Platform Terms of Service.
  • The samples on the pages are generally incomplete in that they require you to include the key, have an active application profile, and have the callback URL set on that application profile.