??xml version="1.0" encoding="utf-8" standalone="yes"?>色婷婷综合缴情免费观看,国产午夜精品视频免费不卡69堂
,满满都是荷尔蒙韩剧在线观看http://www.aygfsteel.com/pinuo/category/29940.htmlzh-cnSat, 15 Mar 2008 12:52:51 GMTSat, 15 Mar 2008 12:52:51 GMT60Rest in Myspacehttp://www.aygfsteel.com/pinuo/archive/2008/03/14/186267.htmlpinuopinuoFri, 14 Mar 2008 05:57:00 GMThttp://www.aygfsteel.com/pinuo/archive/2008/03/14/186267.htmlhttp://www.aygfsteel.com/pinuo/comments/186267.htmlhttp://www.aygfsteel.com/pinuo/archive/2008/03/14/186267.html#Feedback0http://www.aygfsteel.com/pinuo/comments/commentRss/186267.htmlhttp://www.aygfsteel.com/pinuo/services/trackbacks/186267.htmlRESTful API Introduction
A RESTful Interface sends an HTTP GET or POST to call exposed methods on a network, and receives an XML document in return.
The MDP (MySpace Developer Platform) provides a RESTful API that allows server-to-server requests to expose user information for installed users.
This API permits modification of user data if the user has granted the required access to the application, and exposes communication functionality for friend activities, messaging, bulletins, and application notifications.
The MySpace RESTful API adheres to the principles of REST architecture, and supports all HTTP verbs - GET, PUT, POST, DELETE, and HEAD.
Response formats should be as robust as possible. Resources default to Plain Old XML, but this can be modified by using an extension on the resource such as .xml or .json.
REST (Representational State Transfer) is a type of software architecture used on distributed hypermedia systems such as the World Wide Web.
The MDP (MySpace Developer Platform) is based on REST principles and has the following functionality:
1. Allows server-to-server requests to expose user information
of installed users.
2. Allows an application to modify a user's data if the user has
granted appropriate permission to the application.
3. Exposes communication functionality for friend activities,
messaging, bulletins, and application notifications.
REST architecture defines how the network resources are described and addressed, and a distinction is made between "high REST" and "low REST." The distinctions between the high REST and low REST architectures are described below.
High REST uses the four main HTTP verbs - GET, POST, PUT, DELETE - to manipulate resource representations. XML files serve as message carriers that insert meta data into HTTP headers.
Low REST is also known as "Plain Old XML" over HTTP or POX. Low REST architecture uses only HTTP GETs to access all APIs, and conforms to the constraints of the HTTP GET and POST verbs associated with non-XML web architecture.