Actually have a module that makes it basically a one line call. However, the module is intended to be a for-sale template. I’ll post more on that later over in market place after I test it out and make sure everything is working since I cleaned it up to make it more generic to use.
The guts of the call is simply something like this:
local obj = {}
obj.message = msg
if link then obj.link = link end
if icon then obj.icon = icon end
facebook.request("me/feed", "POST", obj, callback)
[import]uid: 19626 topic_id: 32310 reply_id: 128762[/import]