提交图片到Facebook ASFBPostController

码农软件 · 软件分类 · 网络(Networking) · 2019-07-11 13:28:07

软件介绍

ASFBPostController provides photo posting function to Facebook. You can easily integrate Facebook post function to you iOS app.

示例代码:

ASFBPostController *c = [[ASFBPostController alloc] init];
c.thumbnailImage = [UIImage imageNamed:@"sample_thumb.jpg"];    
c.originalImage = [UIImage imageNamed:@"sample.jpg"];

UINavigationController *n = [[UINavigationController alloc] initWithRootViewController:c];
n.modalPresentationStyle = UIModalPresentationFormSheet;
[c release];

[self presentModalViewController:n animated:YES];
[n release];

本文地址:https://codercto.com/soft/d/9898.html

Programming Collective Intelligence

Programming Collective Intelligence

Toby Segaran / O'Reilly Media / 2007-8-26 / USD 39.99

Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the......一起来看看 《Programming Collective Intelligence》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具