Web サイトのプレビュー付きの投稿を作成したいと考えています。スクリーンショットと同様である必要があります。
Web プレビュー付きの投稿を作成するにはどうすればよいですか? ページに追加したい。
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:@"Post with web preview", @"message", nil];
[FBRequestConnection startWithGraphPath:[NSString stringWithFormat:@"%@/feed", myself.pageID]
parameters:dict HTTPMethod:@"POST" completionHandler:nil];