thanks to facebook 1.2.1 version here's how to publish a text a the facebook wall.
Quote:
this.controller.serviceRequest('palm://com.palm.applicationManager', {
method: 'launch',
parameters: {
id: "com.palm.app.facebook",
params: { status: "hello!" }
},
onFailure: function(response) {
Mojo.Log.error("Seed Status Failure: %j", response.errorText);
}
});
|