Facebook, How to POST multiple actions??

Hi All,

i want to post multiple actions in FB post

in Facebook example, we posted one link

 actions = json.encode( { { name = "Learn More", link = "http://anscamobile.com" } } )

when i tried

 actions = json.encode( { { name = "Learn More", link = "http://anscamobile.com" },{ name = "Learn even More", link = "http://something.com" } } )

it did not post any thing on FB wall

how can i post multiple( preferably 2 )actions?
[import]uid: 97420 topic_id: 18295 reply_id: 318295[/import]