0

I have login successfully but When I uploading video on Facebook using Facebook SDK 3.1 it can not be upload, Please Tell What can i Do?

1 Answers1

2

I was able to upload a video to Facebook via Facebook graph API , check this:

http://developers.facebook.com/blog/post/2011/08/04/how-to--use-the-graph-api-to-upload-a-video--ios/

Avi Kumar
  • 4,403
  • 8
  • 36
  • 67
Vishal
  • 8,246
  • 6
  • 37
  • 52
  • I had used that API but some time eo]rror are Failed with error: The operation couldn’t be completed. (facebookErrDomain error 10000.) and Failed with error: The request timed out. –  Feb 18 '13 at 10:17
  • But in my case i am not facing any type of error... – Vishal Feb 18 '13 at 10:18
  • I think you miss anything while implementing it in your app... – Vishal Feb 18 '13 at 10:19
  • Thanks Vishal, bt i follow same steps for given link http://stackoverflow.com/questions/11791105/what-to-change-in-this-code-if-i-want-to-post-videos-in-facebook-in-iphone?rq=1 –  Feb 18 '13 at 10:22
  • facebookErrDomain error 10000 you got this error because you have not authorize your app properly see this:http://stackoverflow.com/questions/4950337/getting-random-facebookerrdomain-error-10000 – Vishal Feb 18 '13 at 10:28
  • I give you link in answer download that project & run & check... – Vishal Feb 18 '13 at 10:30
  • I could not solve the issue :Failed with error: The operation couldn’t be completed. (facebookErrDomain error 10000.) –  Feb 19 '13 at 11:40
  • See the answer of this post: http://stackoverflow.com/questions/9328001/using-facebook-graph-api-on-ios – Vishal Feb 21 '13 at 03:57
  • Vishal thanks a lot. Now i uploading video successfully –  Feb 21 '13 at 08:48
  • Why A Video Of our Pictures With A Background Song Rejected By Facebook within my iphone app? –  Apr 11 '13 at 06:42
  • Really? I don't know the reason because I don't experiment this. but how can this possible... – Vishal Apr 11 '13 at 06:49