【发布时间】:2013-01-10 05:49:26
【问题描述】:
在我的 iPad 应用程序中,我正在加载 HTML5 页面,我想将这些页面分享到 Facebook。是否可以?我搜索了很多,但找不到任何帮助。我的应用应该支持 iOS5 或更高版本。任何帮助将不胜感激。
我在下面分享一张图片。
FbGraphFile *graph_file = [[FbGraphFile alloc] initWithImage:picture];
[variables setObject:graph_file forKey:@"file"];
[variables setObject:@" image : Shared Via IOS application" forKey:@"message"];
FbGraphResponse *fb_graph_response = [fbGraph doGraphPost:@"117795728310/photos" withPostVars:variables];
【问题讨论】:
-
请澄清您的问题。 Facebook 允许共享 HTML 链接或媒体。你
HTML5 pages的格式是什么?
标签: iphone ios objective-c html ipad