I'm working on an idea for a website like friendfeed and need inputs on how to deverlop an API set. The module for tracking changes isnt a problem and has been build using system calls (so language-neutral).
(a)What language should i use to build this API-framework for developers? Primarily this service is intended for developers, NOT end users who want to monitor changes on webpages. They will need to sign up for accounts for regestering new queries / etc. A "call-back" site will need to be specified initially when specifying the pages to be monitored. When any change is detected, that site/script will be called by my service, etc...
(b) is there an open source "framework" for building this API set that I can use?