iphone - post on multiple friends facebook wall -
i make application 1 facebook wall post. works me using fbconnect. want wall post multiple friends @ time on 1 button click. possible post on multiple friends wall? if possible suggest me.
my code :
nsmutabledictionary *params = [nsmutabledictionary dictionarywithobjectsandkeys: [nsstring stringwithformat:@"%@",[[arrdata objectatindex:i] objectforkey:@"id"]], @"to", @"post on facebook", @"name", @"facebook wall post", @"description", @"http://m.facebook.com/apps/myapp", @"link", nil]; appdelegate *delegate = (appdelegate *)[[uiapplication sharedapplication] delegate]; [[delegate facebook] dialog:@"feed" andparams:params anddelegate:self];
please reply me.
thanks in advance help.
if using feed dialog have no choice open dialog per friend.
what can though request publish_stream
parameter lets publish logged in user on or friends walls.
after permission send request fb , gets published, without use of dialog, let's send many requests like.
on ios sdk it's done requests.
Comments
Post a Comment