Facebook post API Actions syntax
Is it possible to have more than one action in the JSON encoded Facebook post API action arra开发者_Python百科y, if so what is the correct syntax for two links? e.g. I want to have Link1 and Link2 >
'actions' => array(array('name' => 'Link1',
'link' => $Link1))
Thanks
Unfortunately Facebook dropped it without saying anything about it in their docs like a year ago. You can put only one action link.
精彩评论