简体   繁体   中英

It's possible to post on Facebook without image? iOS 6 - Social.framework

I'm trying to use the new Social Framework to post a new post on Facebook.

[controller setInitialText:@".Thank's for help!"];
[controller addImage:[UIImage imageNamed:@"image.png"]];
[controller addURL:[NSURL URLWithString:@"http://stackoverflow.com/questions/ask"]];

No problem with these 3 lines of code. But when I try to eliminate addImage: I'm always receiving the same UIAlert:

在此处输入图片说明

My idea is to post an tipical URL on Facebook with an small text. But when I'm using the 3 lines of code, the new post is an image with a text = setInitialText: + addURL:

Any idea to solve the problem? It's a facebook problem or it's a framework problem?

Thank's

Today, after some days not working I can send missage to Facebook without UIImage. Sounds like Facebook/Apple has been arranged the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM