How do I can post a multiple photos via Facebook API

前端 未结 5 1952
难免孤独
难免孤独 2020-11-29 10:26

Now I posting a single photo to wall like this:

$response = $facebook->api(\"/$group_id/photos\", \"POST\", array(
    \'access_token=\' => $access_to         


        
5条回答
  •  失恋的感觉
    2020-11-29 10:54

    There is no way to publish more than one photo in the same graph API call.

    See documentation: https://developers.facebook.com/docs/graph-api/reference/user/photos

提交回复
热议问题