Is it possible to post video on f开发者_高级运维acebook 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!
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
精彩评论