Ahmed
Ahmed

Reputation: 255

What kind of og:type should be in grapth facebook?

I use sharing function in Facebook. When I try to debug my meta tags I get error:

Object is invalid because the configured 'og:type' of 'social network' is invalid.

I use string value for 'og:type:

"Social Network"

Upvotes: 0

Views: 77

Answers (2)

andyrandy
andyrandy

Reputation: 73984

You can find all availables types for Open Graph types on this page: http://ogp.me/

...or here: https://developers.facebook.com/docs/reference/opengraph#object-type

The most common one is "website". If it´s not in the list, you have to create it on your own: https://developers.facebook.com/apps/[your-app-id]/open-graph/

Upvotes: 1

Mate Feher
Mate Feher

Reputation: 26

This object is not included in the facebook object library, you have to first create the object 'social.media' by clicking Add Object Type in the Object Types section of your App Dashboard.

Upvotes: 1

Related Questions