Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I am using facebook graph api for uploading videos to my facebook account.In localhost (wampserver) ı am uploading 10 small video files and 2 some big video files about 50-60 mb there is no problem on uploading working very well. But when ı try this on my website server some fils about less then 3 mb uploading very well but big files about 50-60 mb its uploading to my facebook account but not giving uploaded video id like {"id","xxxx"} so ı cant take video id from facebook.

Video id s are recording to my mysql and the page which ı am using for upload is ajax based.But ı am not using mysql queries on this page for not taking timeout error from server.Before ı think that this is the reason for not uploading but its not.

Shortly my problem is facebook videos that ı am triying to uplaod bigger than about 2 mb its not uplaoding and there isnt any response from facebook but its uploading to fb account.In localhost ı am uploading about 110mb video files without there isnt any problem.

How can ı solve this

Thanks

share|improve this question
Um, maybe you have a problems/limitations on your server/hosting? – Nitzan Tomer Apr 1 '12 at 11:23
how can ı learn these limitations? Before there is mysql timeout error so that ı changed it to session based and worked without any problem on localhost but it doesnt take video is on webserver about big files. – Starliner Apr 1 '12 at 12:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.