로딩
요청 처리 중입니다...

페이스북 릴스 업로드

 페이스북 릴스 업로드

facebook 에 릴스를 업로드하는 php 기본 소스 $rUrl = "https://graph.facebook.com/v19.0/{$page_id}/video_reels"; //업로드 세션 초기화 $postData = array('upload_phase'=>'start', 'access_token' => $page_access_token); $headers = array(); $rst = callCurl($rUrl, $headers, $postData); if($rst == 'fail') exit; //릴스 업로드 $video_id = $rst->video_id; $uUrl = $rst->upload_url; // 1에서 리턴받은 url로 전송 $video_url = "{$video_domain}{$m_file_link}/{$z_mov}"; $postData = array(); $headers = array("Authorization: OAuth {$page_access_token...

# 릴스업로드 # 페이스북릴스