android - Facebook : Post same message on multiple friend's wall -
to post on facebook friend's wall below code can used.
nsmutabledictionary *params = [nsmutabledictionary dictionarywithobjectsandkeys: @"100785345503503", @"to", @"caption value", @"caption", @"message post on wall", @"description", @"http://www.website.com", @"link", @"http://www.website.com/img/logo.png", @"picture", nil]; [fbwebdialogs presentfeeddialogmodallywithsession:nil parameters:params handler: ^(fbwebdialogresult result, nsurl *resulturl, nserror *error) { }]; i know can execute above code multiple times post on multiple friends' wall issue if there 10 friends want post message on wall of, user have see dialog 10 times not user friendly.
so there way display 1 dialog post message on multiple friend's wall?
android ios facebook facebook-graph-api
No comments:
Post a Comment