Although the Facebook API is a very decent piece of documentation, searching it is developers hell. That is why I turn to you guys, I am looking for a very simple function: All I want is a single URL for mobile phones that use the Facebook URL scheme to post a message on my/a wall. In the past possible way's of doing this where: fb://compose/message or fb://post but none of these work (anymore?). The fb:// still launches the native app (both on android and iOS) but none of these give me the "share" or "post on wall" - also known as "update status" - page.
The following link provides a massive list but I'm either overlooking it or the functionality is not supported anymore: http://wiki.akosma.com/IPhone_URL_Schemes
I was hoping somebody else found a workable solution for this. I really would like to avoid the whole Facebook API (or any other plugin) because its way to overkill for what I want to achieve.