Facebook share image

I want to use Unity to share image. But I hope my result that is only the image. No text, no link. How can I do it? Thanks

You’ll need to use the Facebook unity sdk and read up on how to do shared images. You’ll have access to all that once you register as a developer on Facebook.

I already done the Facebook login function. I found tutorial for share image on Facebook developer website. But I always find share link with image. I cannot find only share image function.

You’re probably looking at the share calls. (I think feedshare is one, off the top of my head, I can’t recall the actual calls). These allow the user to enter in info when they do the share. If you want to do a share without a link, I think you need to use the graph api. This does require publish permission, but you have a bit more control over it if I remember correctly.