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

  • SEARCH
  • Home
  • 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 9279915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T17:44:43+00:00 2026-06-18T17:44:43+00:00

I have an application that posts music videos from YouTube to a Facebook user’s

  • 0

I have an application that posts music videos from YouTube to a Facebook user’s wall. The post on Facebook would have this embed video be playable from Facebook. Recently it stopped happening.

After some testing, it seems that when one makes the graph API post with the source being a YouTube video, then the link also needs youtube.com in the domain for it to be playable within a Facebook context.

To repeat:

You can take a look for yourself by logging into Facebook and going here:

https://developers.facebook.com/tools/explorer

Then get an access token with read_stream and publish_stream permissions (extended permissions tab).

Switch from GET to POST and set the endpoint to /me/feed with the following fields:

message = message
description = description
name = name
caption = caption
link = http://www.youtube.com/watch?v=r1dfEf1qOt4
source = http://www.youtube.com/e/r1dfEf1qOt4
picture = http://img.youtube.com/vi/r1dfEf1qOt4/0.jpg

It should show up on your Facebook wall and be playable.

Now do it again, but change the link to http://www.google.com.
It is no longer playable.

Can anyone confirm if this is expected behavior? I can’t find anything in the Facebook docs. Perhaps I am just missing something?

  • 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-06-18T17:44:45+00:00Added an answer on June 18, 2026 at 5:44 pm

    Generalized Workaround

    I generalized the answer to this similar question: posting a swf in facebook feed through facebook api. I created a page that takes two parameters and generates the necessary meta tags. Facebook accepts the link, the user is correctly redirected, and you don’t need a separate page for each posted video.

    1. url – the final URL
    2. id – the id of the youtube or embedded video

    I successfully made numerous embedded posts in which the link was not associated with the video.

    Example Post

    message = Post message
    description = Post description if needed.
    name = Post name
    caption = Post caption
    link = http://vbcopper.com/jsuar/so/fbembedvideo.php?url=stackoverflow.com&id=QGAJokcwBXI
    source = http://www.youtube.com/e/QGAJokcwBXI
    picture = http://img.youtube.com/vi/QGAJokcwBXI/0.jpg
    

    PHP

    <?php
     $id =  $_GET["id"];
     $url =  $_GET["url"];
    
     if ( isset($url) ) {
    echo <<< EOT
    <html>
    <head>
        <title>$url</title>
        <meta property="og:title" content="Page Title" />
        <meta property="og:type" content="website"/>
        <meta property="og:description" content="Content for Description" />
        <meta property="og:image" content="http://i2.ytimg.com/vi/$id/mqdefault.jpg" />
        <meta property="og:site_name" content="Content for caption"/>
        <meta property="og:video" content="http://www.youtube.com/v/$id?version=3&autohide=1">
        <meta property="og:video:type" content="application/x-shockwave-flash">
        <meta property="og:video:width" content="640">
        <meta property="og:video:height" content="360">
        <META http-equiv="refresh" content="1;URL=http://$url">
    
    </head>
    <body>
    </body>
    </html>
    EOT;
    } else {
        echo "Nothing here...";
    }
    ?>
    

    Findings

    I was able to successfully replicate your issue. I could find no work around.

    This has been submitted as a bug to Facebook but deemed low priority.

    Bugs: Posting video to feed with link attribute doesn’t embed the source
    https://developers.facebook.com/bugs/502967809730190?browse=search_5074a2e48fd360934230075

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

Sidebar

Related Questions

I am using Facebook in my music application where user post comment on wall
I have a GWT application that created an XML structure and then posts this
I have a Facebook application that does scheduled posts on fan pages. To do
I have written an application that is able to write posts from the command
I have an application that performs HTTP posts at regular intervals (data retrieved from
I have a multiple Activity application that progresses the user from entering an IP/Host
I have an app that posts a string to user's wall. The app worked
I have an application that posts data to a php script through jquery's ajax
In my Backbone application I have a main view that shows previews of posts.
I'm currently implementing a client application that POST's a file over HTTP and have

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.