开发者

iPhone+FBConnect - How to post video on Facebook

开发者 https://www.devze.com 2023-03-06 12:15 出处:网络
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?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消