Cirip.ro - Ciripeste cu prietenii; retea de microblogging

API

Metode API:

public_timeline
Afiseaza ultimele mesaje publice.
URL:http://www.cirip.ro/statuses/public_timeline.format
Format: xml, json

user_timeline
Afiseaza ultimele mesaje publice ale utilizatorului selectat.
URL:http://www.cirip.ro/statuses/user_timeline/user.format
Format: xml, json
Parametru: user - id-ul utilizatorului sau username

show
Afiseaza mesajul cerut.
URL:http://www.cirip.ro/statuses/show/id.format
Format: xml, json
Paramentru: id - id-ul mesajului.

update
Adauga un nou mesaj. Necesita autentificare
URL:http://www.cirip.ro/statuses/update.format
Format: xml, json
Parametru: status - noul mesaj (maxim 140 caractere)

replies
Afiseaza ultimele raspunsuri pentru userul autentificat. Necesita autentificare
URL:http://www.cirip.ro/statuses/replies.format
Format: xml, json

followers
Afiseaza urmaritorii utilizatorului selectat
URL:http://www.cirip.ro/followers/user.format
Format: xml, json
Parametru: user - numele utilizatorului

friends
Afiseaza prietenii utilizatorului selectat
URL:http://www.cirip.ro/friends/user.format
Format: xml, json
Parametru: user - numele utilizatorului

api_version
Afiseaza versiunea curenta a API-ului
URL:http://www.cirip.ro/statuses/api_version.xml
Format: xml, json

friends_timeline
Afiseaza mesajele recente ale prietenilor
URL:http://www.cirip.ro/statuses/friends_timeline.format
Format: xml, json

API Kit

Cod sursa client API PHP

Mashup-uri existente