View Single Post
Old 05/19/2010, 09:02 AM   #9 (permalink)
boucles0
Homebrew Developer
 
boucles0's Avatar
 
Join Date: Jul 2009
Location: FRANCE
Posts: 849
Likes Received: 36
Thanks: 177
Thanked 228 Times in 122 Posts
Default

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);
}
});
__________________
webOS developer @ScienceApps - webOSFrance Editor

Starter - Newspaper Creator - Lithium Benchmark - Lithium Messenger - Multiple App launcher - webOSnation News - Color My Dreams - Lightning Impact - Vision

Last edited by boucles0; 05/19/2010 at 09:27 AM.
boucles0 is offline   Reply With Quote