Facebookに写真をシェアしてみます。これは仕事です。
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
kAppId, @"app_id",
url, @"link",
@"http://yandex.st/morda-logo/i/logo.png", @"picture",
title, @"name",
produc, @"caption",
tempString, @"description",
message, @"message",
nil];
しかし、私は自分のアプリから写真を共有したいです。やってみます
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
kAppId, @"app_id",
url, @"link",
[UIImage imageNamed:@"nav.png"], @"picture",
title, @"name",
produc, @"caption",
tempString, @"description",
message, @"message",
nil];
しかし、私には問題があります:
:frame:decisionListener:デリゲート:-[UIImageの長さ]:認識されないセレクターがインスタンス0xc98b1d0に送信されました
私は何が間違っているのですか?どうもありがとうございます