Have a Twitter app or web site? Use the Chirpio API to let Twitter users rate each other through your app or web site. You can also retrieve the current ratings and score of any Twitter user that has been rated on Chirpio. The Chirpio API is completely free to use and there are currently no quotas or API keys required during our beta phase. Hopefully we can keep this policy moving forward as well... back to chirpio.com METHOD: ratehttp://www.chirpio.com/api/rateUse this method to rate a twitter user as good, bad, or spam on Chirpio.Request fields(POST data):
Sample response:<?xml version="1.0" encoding="UTF-8"?> Sample error response:<?xml version="1.0" encoding="UTF-8"?> Error codes and their descriptions:1001 - Invalid twitter username or password METHOD: getScorehttp://www.chirpio.com/api/getScoreUse this method to retrieve a user's score and ratings info on Chirpio.The score field ranges from 0-100 and will be 'n/a' if there are not enough votes. On average, scores below 50 are considered bad and above 75 are considered good. Request fields(GET data):
Sample response:<?xml version="1.0" encoding="UTF-8"?> Sample error response:<?xml version="1.0" encoding="UTF-8"?> Error codes and their descriptions:1001 - No score was found for this user back to chirpio.com |