2
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                                   @"hello", @"name",
                                   @"This post has been liked.", @"caption",
                                   Post, @"description",
                                   @"http://www.abc.com/", @"link",
                                   @"http://www.freeimagehosting.net/newuploads/49ncw.png", @"picture",
                                   actionLinksStr, @"actions",
                                   nil];


    [facebook requestWithGraphPath:@"me/feed" andParams:params andHttpMethod:@"POST" andDelegate:self];

投稿は私のウォールでうまく公開されていますが、公開と同時にいいねされたいと思っています。助けてください

4

0 に答える 0