Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1070895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:37:59+00:00 2026-05-16T20:37:59+00:00

I noticed a very funny error message Facebook API returns when I tried to

  • 0

I noticed a very funny error message Facebook API returns when I tried to use CURL to upload video to Facebook as below:


This method requires an HTTPS connection

Based on facebook api doc: developers.facebook.com/docs/ref … deo.upload
it wrote that:

Video uploads to Facebook happen on a specific set of servers. When you call video.upload, you need to account for this fact. You must make the video.upload call to http://api-video.facebook.com, and not api.facebook.com. If you call api.facebook.com, an error gets returned.

Curiously, I tried to change the protocol from HTTP to HTTPS then I got a different error message. This time. it is telling me that the host does not exist.

Could anyone please help?

Here is my php code

Code:

$args = array(
‘method’ => ‘video.upload’,
‘title’ => ‘my video’,
‘description’ => ‘Test my video upload via API’,
‘access_token’=> $facebook->getAccessToken(),
‘api_key’=>$fbconfig[‘api’]
);
$args[“kdVBRO1IU.flv”] = ‘@’.SITE_PATH.’temp/kdVBRO1IU.flv’;

            //echo $args["AtXAI8Pdt.flv"];
            //$statusUpdate = $facebook->api($args);

             $ch = curl_init();  
             $url = 'http://api-video.facebook.com/restserver.php';  
             curl_setopt($ch, CURLOPT_URL, $url);  
             curl_setopt($ch, CURLOPT_HEADER, false);  
             curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);  
             curl_setopt($ch, CURLOPT_POST, true);  
             curl_setopt($ch, CURLOPT_POSTFIELDS, $args);  
             $data = curl_exec($ch);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T20:37:59+00:00Added an answer on May 16, 2026 at 8:37 pm

    Thanks for your input BeRecursive, It took me awhile to get it working
    The URl I used is

    http://api-video.facebook.com/facebook.upload.video

    Quite strange as I could not find a single document mention about this URL, however, following one of the post on facebook developer forum then I got it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a trend I've noticed. There is a very large adoption of ruby
I just noticed a very interesting thing today, when I tried going to sfu.ca
I have a very funny problem on my application, I get an error as
I noticed a very popular forum I use, which ironically is one of the
I noticed something very interesting this afternoon - when I clear my browser cache
I've noticed some very strange behaviour today in Code Igniter. I have this locations
So I've noticed some very weird behaviour from my program. Here's a simplified code
I noticed that JavaScript's new Date() function is very smart in accepting dates in
I have switched on the Codeigniter profile (very useful) and I have noticed that
Noticed this today when a patch was submitted with the following line: lblCompletionTime.Text =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.