Not sure if anyone else has seen this but I’m able to successfully post to the the users facebook wall/feed. I’m using this code to do so:
[lua]if fbCommand == POST_PHOTO then
local attachment =
{
name = “Game Title Here”,
link = “http://www.gamelinkhere.com”,
caption = “sub title here.”,
description = “Detailed description here.”,
picture = “http://www.morvid.com/imagelink.png”,
message = userFBMessage, // pulled from pop up
actions = json.encode( { { name = “Learn More”, link = “http://www.gamelinkhere.com” } } )
}
facebook.request( “me/feed”, “POST”, attachment )[/lua]
The problem is that when this posts (and yes, it does work) I do not have a “share” link next to the learn more link at the bottom of the post. On most posts you can click this and share it with you friends. Is there a way to enable this?
Thanks,
David [import]uid: 27681 topic_id: 20844 reply_id: 320844[/import]