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.
Questions with the video tag should refer to creating, editing, and displaying video on electronic devices.
1
vote
0answers
3 views
Embed video from facebook on mobile website dosen't showen
I have tried to embed a facebook video on my website, but on the mobile phones it doesn't appear.
For example:
https://www.facebook.com/photo.php?v=10151630731455498
They give me the embed code from ...
0
votes
0answers
10 views
Posting A Link To Facebook
my site contains a lot of pages that have a single YouTube video embedded into it...
I was wondering if there was a way to share my page links on Facebook so that the YouTube video shows up as a ...
0
votes
0answers
16 views
Video not embedded when URL is shared, but works ok when shared within my video page
I am struggling to find the cause of a problem that I am hoping you can help with. If I paste the following URL into my FB Status box and post the URL, it provides a thumbnail, title and description. ...
0
votes
0answers
17 views
Upload video to Facebook with Javascript, trough the the Graph API
Is it possible to upload a video from my server, to a users profile , trough the Graph API, using only Javascript
Example
FB.api('/user_id/videos', 'post', {message: 'Facebook Video ...
0
votes
0answers
13 views
Video Advertisement not being served through Open Graph
I am trying to figure out if Facebook is scraping my flashVars in which is telling my swf to make an ad call.
My goal is to embed a video player through the open graph syntax and show the ...
0
votes
0answers
91 views
Cannot share YouTube videos or youtube links [closed]
I am having an issue and I don't know if it's with Facebook or with YouTube.
I have tried sharing quite a few videos. I've tried sharing through the YouTube "Facebook" button, as well as sharing the ...
0
votes
0answers
19 views
can we play shared video from own servers as embedded in facebook
I would like to have my shared video play as embedded in facebook (play inside the shared thumbail area in facebook), how can I do so? My video is not host in facebook, youtube, etc., but in somewhat ...
1
vote
1answer
29 views
Remove Movies app action
I try manage entitites in video.wants_to_watch, if this entities created in my app all ok. But if I added some movie from facebook web page, I can't remove them. I recieve this error:
"(#10) User ...
-1
votes
0answers
31 views
Publish youtube video through a wordpress site on Facebook doesn't play
I’m having problems trying to publish a post from wordpress which has a video and make the video working on Facebook wall, it should be that simple as copy and paste the link on Facebook.
I have this ...
0
votes
0answers
48 views
upload mp4 video with facebook sdk
after long time of searches on google for how to upload video to facebook i discover that facebook not explain this issue...
the popular and reliable code i find is here :
Is uploading videos from an ...
0
votes
0answers
13 views
og:video not taken into account anymore
Our websites have been using og for years using a set of video open graph tag to share our audio releases previews using our own flash player. This has been working fine for more than 2 years but ...
0
votes
1answer
16 views
Retrieving public videos through Graph API
We are using the Facebook Graph API to search for Public Posts as per the following query:-
"https://graph.facebook.com/search?q=" sSearchText
We have found that this query is currently returning ...
0
votes
0answers
138 views
flash objects must have the source' and picture' attributes when sharing link
"flash objects must have the 'source' and 'picture' attributes when trying to share"
It's April l 16th 2012. I just got this same error message on FB. I have a video Rise Of the Empire (T.I.E.) on 2 ...
0
votes
0answers
26 views
Facebook Common Watch Action
We received this message:
Your Common Watch action has been restricted due to a policy violation. A significant portion of the Open Graph objects you are publishing have og:type classified as ...
0
votes
0answers
24 views
Hiding Open Graph video post from timeline?
I am trying to post a video to Facebook using the Open Graph API without adding it to the timeline on Facebook, but so far I have been unable to find any API that allows me to do this. Is this ...
0
votes
1answer
55 views
Video Embedding Not Working [closed]
I see there are a couple of other threads with the same problem and no solution. Since there has been an update on Facebook, the embedding of videos stopped working. The url I have been testing is ...
-3
votes
1answer
61 views
How I do this? User must Like Facebook to Watch Video
How can I do this?
I have a Video Sharing site. Videos come from YouTube.
I want my visitors in order to watch the Video, He/She must like that Specific video (and be share on Facebook).
The ...
0
votes
0answers
27 views
The video.other object publishing action is not appearing on my timeline
Trying to post the video.watches action with object of type video.other
URL: http://cinecliq.com/movie/119/Hail.html
OG Meta:
<meta property="fb:admins" content="1660070426"/>
<meta ...
0
votes
1answer
43 views
Uploading a large AVCHD video file to facebook
What is the best way to upload a ~700MB of AVCHD (1080p, 50fps) video file to facebook to get the best performance?
Uploading it the regular way gets video and audio out of sync, and the video ...
0
votes
0answers
99 views
Upload video with facebook graph api
I am try to upload video to facebook page with graph api but from the VIDEO link!
According to facebook, code goes like this-
<?php
$app_id = "YOUR_APP_ID";
$app_secret = "YOUR_APP_SECRET";
...
0
votes
0answers
35 views
“select/poll returned error” when posting 170MB video
I'm trying to post a video to my page using /pageID/videos/ and I get an error saying "select/poll returned error". The file type is MOV, and QuickTime says the format is photo - JPEG. Any ideas?
0
votes
0answers
55 views
ClassCastException while uploading video
When I try to upload video to Facebook from my Android application I get the following error inside the Facebook SDK which I have included in my project and the upload fails.
03-23 18:02:16.507: ...
1
vote
1answer
135 views
Video cannot be processed error notification while uploading a video [closed]
when i try to upload a video of different formats(including .mp4 and .3gp files) to facebook from my android application, i get a notification in my facebook account saying 'Your video could not be ...
0
votes
0answers
33 views
Photo / Video post to Facebook page profile
We have posted a Photo / Video to the Facebook page profile via a Facebook app. Using the Facebook app OAuth token to post photo / video to the Page profile.
Facebook Page: ...
1
vote
1answer
172 views
Facebook SDK 3.0 upload video in android
my codes to upload video:
request = Request.newUploadVideoRequest(Session.getActiveSession(), new File("/mnt/sdcard/DCIM/Camera/VID_20130317_185519.3gp"), FBRequestCallbacker);
Bundle params = ...
0
votes
0answers
139 views
Facebook video upload from iPhone using both Social.framework and FB SDK
We've got a problem with our ios app. THe thing is, that uploading through ios doesn't seem to work like expected. The real problem here, is that we are able to upload from some accounts, while we ...
0
votes
0answers
15 views
Unpredictable behaviour with opengraph video tags
We're finding that occasionally previews will not display correctly.
Everything passes through the OG tag debugger but still we find that on occasions the video won't preview correctly on wall ...
1
vote
0answers
73 views
Upload video to Facebook from the server
I have a problem when uploading videos to Facebook.
I use Facebook SDK for Android: https://github.com/facebook/facebook-android-sdk to get the access token with the following permissions: ...
5
votes
1answer
253 views
Unable to upload more than 30 seconds videos to Facebook from iOS app
I have searched different questions like
Unable to upload large videos to Facebook from iOS app
upload video to facebook using facebook new sdk on ios 6.0
and many more. None of the resources ...
0
votes
0answers
160 views
“request time out” error in video sharing on facebook using iphone app
i am using this code to share video on Facebook and it shared small video successfully but when i tried to share large video file like 50 mb or 100 mb using this code it gives the "request time out" ...
0
votes
2answers
148 views
Can't see shared movie on facebook wall
I'm trying to share this video on facebook and i dont see the thumbnail and play button in my wall.
i think that all of the og metatags are here and it used to work. can anyone spot the problem?
...
0
votes
1answer
162 views
How to get only public video using FQL or graph API
I need to get all public videos from an particular user account. I have a valid default access token. But it doesn't return anything when I request videos using FQL or graphAPI.
SELECT vid, owner, ...
0
votes
0answers
61 views
Videos not embedding for every user
We recently released a video service which is much social oriented, and facebook sharing is one of our key features.
All our meta tags are ok, and debugging with the facebook debugger, I get no ...
0
votes
0answers
33 views
Open Graph: Embed video with in custom action
Is there a way to embed a video or a youtube video with in a custom action?
I saw that there were similar thread, buy it doesn;t make sence that i can't post an action via my app with a video link.
...
0
votes
0answers
54 views
How to limit Facebook app access on video upload
Can you please tell me how to restrict Facebook app access from anonymous posters? I'm assuming there might be spam trollers that look for dangling Facebook App ID's that allow anonymous posting, and ...
0
votes
1answer
218 views
Unable to upload large videos to Facebook from iOS app
I am trying to upload large files video files to Facebook, but regardless of the approach taken, the result is always the same. The process uploads between 5-35mb worth of data then times out. This ...
0
votes
0answers
60 views
Does Graph Video Upload have a bandwith limit?
I have a Windows server who stores Extended Access Token.
This server renders a custom video "on-demand" and then, through access token, publish it on the user's wall.
It works fine except the ...
0
votes
1answer
210 views
Joomla 1.5. How to add Like / Dislike button on videos / images?
I'm useing Joomla 1.5 AllVideoShare (Version 1.2.4) extension.
QUESTION PART 1
I want to ask you how to make like button on videos thumbs/images? For example if user likes video clip or image he can ...
0
votes
1answer
78 views
Upload video and share link - API?
I am developing an app that shares video across several social sites (Facebook, Twitter, Pinterest and SMS and Email).
Not all of these services does video upload (like Twitter), and sharing the ...
1
vote
2answers
87 views
Android - How do I set the video's title or description
I use Facebook SDK 3.0. And try to upload video to Facebook.
My video uploads if I use:
request = Request.newUploadVideoRequest(session, new File(
dataPath), callback);
How is ...
4
votes
1answer
238 views
Graph API post of video is not playable
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 ...
0
votes
0answers
12 views
Access to new mobile video function for third party apps
Facebooks updated iOS app supports video-recording now. How can I include this video-function into my own app so mobile users can record and submit videos?
0
votes
0answers
461 views
Embed Vimeo video on facebook with a separate link tied to it
You can take a look at my video page here: http://www.thanksvideo.com/shoebox/986027264320/.
The Facebook link shares the above url, but to embed the video in a facebook post, I have to use the Vimeo ...
0
votes
0answers
57 views
Share a URL that contains a Player with 3 types of video
This is the thing:
I have a codeigniter's application and it has a view to play a specific video.
I'm using 3 types of formats for that: FLV, MP4 and WEBM, in order to cover all cases of Browsers for ...
1
vote
0answers
237 views
Facebook Video Upload Public Video Issue
I have had some success uploading videos from my iOS app. I am able to confirm publish_action permissions and process with the upload.
ACFacebookPermissionsKey : @[@"email", @"user_videos", ...
5
votes
1answer
221 views
Facebook API — embed a video in a wall post that also has another link
I'm trying to make a wall post using the Facebook API that has a playable video thumbnail and a link field. (I am using the Facebook Python wrapper).
When you make a wall post using the API, you ...
0
votes
2answers
70 views
php sdk retrieve and store video_id after upload
I'm currently working on an application for users to upload videos which I then would like to display in my application.
I've been looking at this How-to : ...
0
votes
2answers
199 views
get a list of liked videos by user using facebook graph api
I am developing an app on windows phone 8, using the facebook graph api.
for that, i need, for a particular user, all the youtube video posts that he/she has liked ever, but I haven't succeeded till ...
0
votes
2answers
217 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 ...
0
votes
0answers
115 views
video upload to facebook. Connection closed by peer [closed]
I was trying to upload a video with my app. But I got the error: Connection closed by peer. Please help me with my code. I need this for my school project. I will show you some pictures how it looks ...



