あなたのアプリのためのFacebookに設定することができます。
https://developers.facebook.com/apps
それは、あなたのアプリのアイコンです。例えば、鉱山用
はちょうどパラメータ@「絵」を追加し、あなたが見たい画像のURLをFILLINあなたのポストに画像を追加するには
;-)巨人ウェールです。
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"myFacebookAppId", @"app_id",
@"http://www.homepage.com", @"link",
@"http//www.homepage.com/sillypicture.png", @"picture",
@"name of the post", @"name",
@"caption of my post", @"caption",
@"content of my post", @"description",
@"my message", @"message",
nil];
[[[myAppDelegate sharedDelegate] facebook] dialog:@"feed" andParams:params andDelegate:self];
私はそれがランダムに私がグーグルを掲載していたときにそれが現れ、以下の添付画像をご確認ください投稿サイトから画像を撮る意味で私のiPhoneアプリ経由のFacebookへのリンクを掲載していたときに誤って私の質問を理解だと思います。 comリンク。 – nik
私は質問の「アイコン」に混乱していました。私はあなたのリンクポストを使って写真を追加する方法を尋ねると思いますか?私はそのように答えを編集します。 –
ありがとう.. ..働いている.. – nik