Twitter Grader API
Posted by Chris Keller on Tue, Nov 17, 2009 @ 09:48 AM
The Twitter Grader API allows you to retrieve the grade of any Twitter user via their username.
1. Request API Access here: http://twitter.grader.com/accessrequestform
2. Once you have received an email containing your API Key (may take up to a week), you can proceed to step 3 below.
3. The URL for making API requests:
With XML returned:
- http://twitter.grader.com/api/grade/dharmesh.xml?APIKey=abc123
With JSON return:
- http://twitter.grader.com/api/grade/dharmesh.json?APIKey=abc123
That’s it, you’re using the API.
Notes:
1. We are currently only providing the grade, and do not plan to add
any more data from the user’s profile to the returned result.
Please use the native Twitter API to grab that data.
2. For those familiar with the Twitter API, we are querying for the
user on the id field using their screen_name (username), not the
user_id field or value.