When requesting data from our webserver using the opensocial API call makeRequest, we can either post or get data using the code below
function getFriendList() {
var url = 'http://apps.yo.com/widgets/send_item/opensocial/profile_summary?user_id=' + gViewer.getId();
var params = {};
params[gadgets.io.RequestParameters.METHOD] = ...