В метадокументации говорится, что можно поделиться URL-адресом или фотографией .
Заголовок MessageDialog говорит, что поддерживаются только ссылки.
Код: Выделить всё
/**
A dialog for sharing content through Messenger.
SUPPORTED SHARE TYPES
- FBSDKShareLinkContent
UNSUPPORTED SHARE TYPES (DEPRECATED AUGUST 2018)
- FBSDKShareOpenGraphContent
- FBSDKSharePhotoContent
- FBSDKShareVideoContent
- FBSDKShareMessengerOpenGraphMusicTemplateContent
- FBSDKShareMessengerMediaTemplateContent
- FBSDKShareMessengerGenericTemplateContent
- Any other types that are not one of the four supported types listed above
*/
public class MessageDialog : NSObject, FBSDKShareKit.SharingDialog
Подробнее здесь: https://stackoverflow.com/questions/792 ... m-an-ios-a