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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -