Skip to content

Imtepiny/Klout-API-Client-for-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Klout API Client for iOS

In Progress.

##Usage

###1. Add KloutAPIClient to your project

Add followings to your project.

###2. Set API Key

You can create your API Key from http://developer.klout.com/member/register.

#import "KloutAPIClient.h"
[KloutAPIClient setAPIKey:@"YOUR API KEY"];

##Examples

  • Retrieve a user's Klout Score and deltas for a Twitter screen_name.
[KloutAPIClient scoreWithTwitterScreenName:@"shu223"
                                   handler:
 ^(NSDictionary *result, NSError *error) {
     
     // Do something
 }];

##License

MIT License

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%