0

Is it possible to post video on facebook from my server? I have a server that hosts the video files. Can I send files from my server on the wall of the user? May be FBConnect has the functionality send video with URL.

For example:

FBRequest* fbRequest = [fb getRequestWithGraphPath:@"me/home" andDelegate:nil];
TTURLRequest* request = [TTURLRequest requestWithURL: [fbRequest getConnectURL]
                        delegate: self];
...
[request send];

Is it right? Thanks all for reply!

Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277

1 Answers1

0

Yes, you could post the video on facebook,

Check the following very helpful SO post for uploading video on facebook

iPhone Facebook Video Upload

Trying to upload video to facebook using FBConnect for iPhone

Community
  • 1
  • 1
Jhaliya - Praveen Sharma
  • 31,697
  • 9
  • 72
  • 76