Difference between revisions of "PresenceRouter"

From rukapedia
Jump to: navigation, search
Line 12: Line 12:
 
* '''method''' = message (140 character limit)
 
* '''method''' = message (140 character limit)
 
* '''location''' = location string as ''Neighbourhood, City, Country'' (optional)
 
* '''location''' = location string as ''Neighbourhood, City, Country'' (optional)
 +
 +
===Twitter===
 +
 +
[http://groups.google.com/group/twitter-development-talk/web/api-documentation API Documentation]
 +
 +
POST to '''http://twitter.com/statuses/update.json''':
 +
 +
* '''status''' (160 character hard limit; 140 characters recommended)
 +
 +
Use HTTP Basic Authentication, passing regular Twitter username and password.

Revision as of 13:50, 22 July 2007

A tentative project to build a desktop client that will let me route my presence information -- from Plazes and elsewhere -- to different web sites and services.

How to Post

Jaiku

API Documentation

POST to api.jaiku.com/json:

  • personal_key (get from api.jaiku.com
  • method = message (140 character limit)
  • location = location string as Neighbourhood, City, Country (optional)

Twitter

API Documentation

POST to http://twitter.com/statuses/update.json:

  • status (160 character hard limit; 140 characters recommended)

Use HTTP Basic Authentication, passing regular Twitter username and password.