Iphone – Facebook URL scheme to post a new message from iPhone

facebookiphone

I am developing an iPhone application, and want it to be able to post a message to Facebook, by using the Facebook app.

Is there a custom URL to do this?

I've found this page that has a list of Facebook commands, but it doesn't say how to post a new message…

Best Answer

The URL to post a new message to the wall is

fb://publish/?text=some text to post

This works with Facebook app 4.1... I don't know if it works with older versions.