[Resolved] Facebook simple post

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]

I’ve just posted over the in the market place the link to my full code to post in one (well two) lines of code.

[import]uid: 19626 topic_id: 32310 reply_id: 128781[/import]

thanks again rob! i ll waiting! [import]uid: 185094 topic_id: 32310 reply_id: 128728[/import]

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]

I’ve just posted over the in the market place the link to my full code to post in one (well two) lines of code.

[import]uid: 19626 topic_id: 32310 reply_id: 128781[/import]