Difference between revisions of "PresenceRouter"

From rukapedia
Jump to: navigation, search
Line 5: Line 5:
 
[http://devku.org/docs API Documentation]
 
[http://devku.org/docs API Documentation]
  
POST to '''api.jaiku.com/json''':
+
POST to '''http://api.jaiku.com/json''':
  
 
* '''personal_key''' (get from [http://api.jaiku.com/ api.jaiku.com]
 
* '''personal_key''' (get from [http://api.jaiku.com/ api.jaiku.com]

Revision as of 13:51, 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.

Jaiku

API Documentation

POST to http://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.

Facebook

No external methods currently supported for status message update.

Adium

See this code as a starting point (uses ye olde Plazes).