I just updated my iPhone app supporting iOS native sharing of Facebook SDK 3.1'. Previously, we were showing Sharing Popup where we can pass "link", "name", "caption", "description". But now in iOS native sharing popup, there is only one text input, "initialText".
[FBNativeDialogs presentShareDialogModallyFrom:self initialText:@"Status message" image:nil url:nil handler:nil]
How can we get the previous format(with "link", "name", "caption", "description") in iOS native sharing?
Thanks in advance.