I just updated an iPhone app that supports iOS Facebook SDK 3.1 sharing. Previously, we showed Poping Popup, where we could pass the "link", "name", "signature", "description". But now there is only one text input in the pop-up pop-up menu of iOS, "initialText".
[FBNativeDialogs presentShareDialogModallyFrom: self initialText : @ "Status Message" Image: zero URL: zero Handler: zero]
How can we get the previous format (with "link", "name", "caption", "description") in iOS sharing?
Thanks in advance.
source share