How to Use the RESTful API
The RESTful API is also available in the PC version of the Mobage platform as a means for calling APIs from partner servers.
The following are available for the PC version.
An OAuth Signature must be added in a RESTful API request. Please also specify the application ID for the xoauth_requestor_id at that time.
See here for information on how to generate an OAuth Signature.
Sample
The method for acquiring profile information of users who use the People API is as follows.
Perl: Please use OAuth::Lite module version 1.24 or later.
PHP: The OAuth library is available here.
Revision History
- 12/2010
- Initial Release.