资 源 简 介
Rails plugin to develop applications to the Friendster platform. This plugin supports the following APIs:
|/token |POST |Create a new token that can be exchanged for a session after the user logs in. |
|:-------------------|:----|:------------------------------------------------------------------------------|
|/session |POST |Create a new API Session. |
|/user |GET |Get User Information for the logged in user. |
|/user/:uids |GET |Get User Information for users in :uids list. |
|/application/friends |GET |Get friends who also installed the current application. |
|/fans/:uid |GET |Get a fan profile"s fan list. |
|