I use Facebook feed dialog and I want to post some rows with it on user’s FB wall.
I tried:
[lua]facebook.showDialog( “feed”, {message = “This my text”} )[/lua]
or this code:
[lua]local text_arr = {}
text_arr.text = “This is my text”
facebook.showDialog( “feed”, { properties = text_arr } )[/lua]
Both of them don’t post the text. How can I do it? Thanks [import]uid: 172733 topic_id: 33705 reply_id: 333705[/import]
[import]uid: 84115 topic_id: 33705 reply_id: 134151[/import]