Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.

learn more… | top users | synonyms

0
votes
0answers
43 views

Youtube-playlist on Facebook correct link/code?

When trying to add a Youtube-playlist to Facebook Using the standard code: http://www.youtube.com/playlist?list=PL789AD0DF0EECB865 Many (most) times it fails to show the first video instead it ...
0
votes
1answer
38 views

How do I get data from the YouTube api on a page loaded by ajax?

I'm using the following code to simply get me a view count from a specific YouTube video and place it in a div with the ID: ytviews: var video_id='gRcGLk6izZ0'; ...
-1
votes
0answers
53 views

Youtube-PLAYLIST on Facebook now working but with severe BUG [closed]

I notice today that the previously reported bug that prevented showing a working Youtube-playlist on Facebook was "solved", but immidiatly i noticed that it contains a huge bug that makes it pretty ...
0
votes
1answer
81 views

Search for friend's shared YouTube links

I'm trying to get the list of all YouTube videos shared by friends. Until now requesting /me/home?q=youtube.com did return all youtube.com links. Apparently the API changed and it seems that it now ...
0
votes
2answers
74 views

Share video from android phone to facebook

I am developing a video recorder in android. It is a requirement that a user should be able to share/upload this video to his/her facebook account or Youtube account. Do i need to use facebook and ...
0
votes
0answers
123 views

Use Youtube videos url as content for og:video metatag and share it on Facebook

i want to share my page on facebook and use the youtube player as a preview of the post. I'm using this tags <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" ...
0
votes
3answers
363 views

Youtube-playlist on Facebook ? (correct link-code ?)

. I´m trying to put/share a Youtube-PLAYLIST on Facebook. I use the official (playlist) share-code that is shown below the videos on Youtube. Here´s what that official code (link) looks like: ...
0
votes
1answer
28 views

Facebook app requesting Youtube watch history

We are working on an idea of a FB app which let's us retrieve youtube watch histories of app users. I know there's the possibility to retrieve watch histories through youtube's api, but in combination ...
0
votes
2answers
206 views

Facebook YouTube Embed og:meta Tags Suddenly Quit Working

[FYI: There is another question with a similar title posted on stack overflow but the questions are completely different] I embedded code for users to share Youtube videos from my website's pages on ...
-4
votes
1answer
50 views

On Youtube how to search people like we find in facebook api/twitter api? [closed]

I have search in zend youtube data API , and went through documentation but could not find even a single method that can give me list of users by email. I need to search users by email. It would be ...
0
votes
1answer
167 views

Get the email address of a user in Youtube

I am currently developing a service that connects a Youtube account with a Facebook account. More specifically, it will check firstly if the Facebook user has a Youtube account too, and vice versa and ...
0
votes
0answers
155 views

Youtube API Fullscreen not working on facebook

I am using the Youtube API to play YT video with custom skin. when I try to post a video on facebook and try to hit the fullscreen button I got this error message and the player does not resize. But ...
-4
votes
1answer
87 views

can I use YouTube Videos as main content on my Facebook Application? [closed]

I'd like to create a Faceook application which is same like Socialcam but in a different aspect, which is sports. I can get the user Page Likes which are sports and create the video playlist ...
-1
votes
1answer
80 views

What technology Facebook uses for links?

Just wanted to know what technology facebook uses while posting links. I have noticed that whenever i paste a link on screen, i get the link as a page. For example,when i paste youtube's link... it ...
0
votes
1answer
125 views

Getting facebook id of all persons who shared a particular video uploaded on youtube

Let's say I uploaded a video on youtube and someone shared that video on facebook by clicking the "share" button on youtube. How could I get the facebook id or username of that person. I tried using ...
0
votes
1answer
105 views

unable to add Facebook SDK in iphone application

I am working on an iphone application where i am uploading video to youtube i have successfuly worked around that. Now when i try to integarte the facebook in app it is creating a problem due to ...
0
votes
1answer
232 views

Get youtube views using facebook appliction

Can I show the number of views for YouTube video from my FaceBook application . I need only views via my application not all views from YouTube. thanks
1
vote
1answer
518 views

facebook iframe apps youtube embed error unsafe javascript

i use this embed code in my facebook iframe apps : <iframe width="420" height="315" src="http://www.youtube.com/embed/XXXXXX" frameborder="0" allowfullscreen></iframe> but i got this ...
1
vote
1answer
502 views

Uploading video from facebook to youtube?

I have a requirement to upload a facebook video to youtube. The idea i have in mind is to create a new facebook application in which the user will select from his list of facebook videos to upload to ...