Jisko API it's a twitter-alike API, but there's a difference between them: Jisko API uses an API code instead of a password, this means more security, so that foreign people can't get your password and then manipulate your account (deleting it, changing the password or whatever).
Authentification
To use Jisko API you need an user and an API Code which you can find easily at http://yourserver/settings/config. It has an aproximate length of 16 characters and it can be changed at any time at the preferences page.
The authentication method it's HTTP BASIC Auth, which is supported by most of the programming languages. You can find more information at Google.
Since rev 132, If your application can't handle HTTP errors, you can add the GET variable 'suppress_error_codes'. For example: http://yourserver/statuses/public_timeline.xml?suppress_error_codes. This will only stop sending HTTP Error codes, like "401 Unauthorized", but you have to modify your application so you can identify the errors
Since version 3.0, all the methods are in /api/
API Syntax
Status methods
User methods
Private notes methods
Relationships methods
- friendships/create ONLY IN JISKO 3.0
- friendships/destroy ONLY IN JISKO 3.0
- friendships/exists ONLY IN JISKO 3.0
- friendships/show ONLY IN JISKO 3.0
Social Graph methods
- friends/ids (since rev 95)
- followers/ids (since rev 633)
Block methods
- blocks/create ONLY IN JISKO 3.0
- blocks/destroy ONLY IN JISKO 3.0
- blocks/exists ONLY IN JISKO 3.0
- blocks/blocking ONLY IN JISKO 3.0
- blocks/blocking/id ONLY IN JISKO 3.0
Favorite methods
Help methods
Account methods
Comments (0)
You don't have permission to comment on this page.