Set Facebook OG:image tag to none or blank?

facebook, facebook-graph-api, facebook-opengraph

Solution

I think you've answered your own question. There is no way to do it in the Facebook API docs. You could try setting the meta data to a blank or white image and see if it works.

I hope that helps, even tho its not much of answer.

Problem

I have been scouring the Facebook docs and Stack Overflow to try to find a way to set the Open Graph image meta tags declaration to none or blank. I cannot find this anywhere, which is strange because I would almost be certain someone would have wanted to do this before, too. I can find nothing. My next guess -- to pull this off -- would be to set the OG meta image to a blank gif or png. This seems kind of hacky, but if there is no way officially to set the OG image tag to blank or none, is this the best (and only) way to do it?

Original source