Shareviafacebook image not going

I’m trying to share a image via facebook in IONIC 3. The code is going fine for Android but when i test in iOs 11 devide the image is not being shared. This is the code:

this.socialSharing.shareViaFacebook(‘My text’, ‘http://myimageurl.com’, ‘http://myurl.com’)

Thanks in advance