login


 
Web Services API

last revision: 5/4/2008
The imeem Media Platform exposes a set of web services for accessing media metadata, the imeem social graph and imeem's media features.

The web services consist of a set of HTTP GET and POST requests that return data in XML, JSON, or AMF. The majority of requests are GET requests, except upload methods which require POSTs. The output format is configurable to whichever format the developer desires.

The AS3 client library wraps these web service calls, allowing a developer to avoid making these calls directly. For access to the imeem media platform outside of AS3, these web services will be necessary.

More Info