iphone - Integrating FBConnect -
iphone - Integrating FBConnect -
i integrating facebook api i.e, fbconnect post message on wall,i have integrated fbconnect api in it, getting fb login screen m not getting post wall dialog after. can tel whats problem? how can solve issue.
thanks.
you can post msg on wall using these lines
fbstreamdialog* dialog = [[[fbstreamdialog alloc] init] autorelease]; dialog.usermessageprompt = @"enter message:"; [dialog show];
if want post image utilize dialog.attachment , hyperlink can utilize dialog.actionlinks.
iphone objective-c facebook
Comments
Post a Comment