IOS facebook整合像按钮

时间:2012-04-13 14:17:44

标签: iphone facebook ios5 facebook-like

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];

它的帖子在我的墙上成功发布,但是我希望它在被发布的同时被喜欢。这将增加类似数量。 请帮忙

0 个答案:

没有答案