Facebook Graph API: Publish post with multiple videos and photos – Facebook api
I try to publish a post with multiple videos and photos by using the PHP SDK. I uploaded videos and photos using batch request and got the id. Then I pass the media ids along with post data using attached_media.…