Facebook iOS SDK invite with multiline message -


i'm trying figure out how send invite using facebook sdk ios, message needs multiline.

to more specific, i'm trying change this: message send invite

into this:
message
send invite

is there way this?

i'm using fbwebdialog. in particular i'm using function:

+ (void)presentrequestsdialogmodallywithsession:(fbsession *)session                                     message:(nsstring *)message                                       title:(nsstring *)title                                  parameters:(nsdictionary *)parameters                                     handler:(fbwebdialoghandler)handler { [fbwebdialogs presentrequestsdialogmodallywithsession:session                                               message:message                                                 title:title                                            parameters:parameters                                               handler:handler                                           friendcache:nil]; } 

thanks!


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -