-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathREADME
42 lines (30 loc) · 969 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
README
======
What this library does
----------------------
Provides wrappers for php applications to make requests to resources on Klout.
What are the basic methods?
---------------------------
KloutIDLookupByName($network,$id)
* Looks up a Klout ID from a Network Screen Name
* $network The Network
* $screenname The Network Screen Name to look up
KloutIDLookupByID($network,$id)
* Looks up a Klout ID from a Network ID
* $network The Network
* $id The Network ID to look up
KloutIDLookupReverse($network,$id)
* Looks up network details from Klout ID
* $id The Klout ID to look up
KloutUser($id)
* Looks up Klout User Details and Score
* $id The Klout ID to look up
KloutUserScore($id)
* Looks up Klout User Score
* $id The Klout ID to look up
KloutUserTopics($id)
* Looks up Klout User Topics
* $id The Klout ID to look up
KloutUserInfluence($id)
* Looks up Klout User Influencers
* $id The Klout ID to look up