Difference between revisions of "PresenceRouter"

From rukapedia
Jump to: navigation, search
Line 1: Line 1:
 
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.
 
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==
 
 
===Jaiku===
 
  
 
[http://devku.org/docs API Documentation]
 
[http://devku.org/docs API Documentation]
Line 13: Line 11:
 
* '''location''' = location string as ''Neighbourhood, City, Country'' (optional)
 
* '''location''' = location string as ''Neighbourhood, City, Country'' (optional)
  
===Twitter===
+
==Twitter==
  
 
[http://groups.google.com/group/twitter-development-talk/web/api-documentation API Documentation]
 
[http://groups.google.com/group/twitter-development-talk/web/api-documentation API Documentation]
Line 22: Line 20:
  
 
Use HTTP Basic Authentication, passing regular Twitter username and password.
 
Use HTTP Basic Authentication, passing regular Twitter username and password.
 +
 +
==Facebook==
 +
 +
No external methods currently supported for status message update.
 +
 +
==Adium==
 +
 +
See [http://ruk.ca/wiki/PlazesAdium this code] as a starting point (uses ye olde Plazes).

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 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).