Is it possible to use Object type image in facebook app?
问题 When I try and specify a object type of image for my facebook app, it says that it is reserved... so my question is how do i go about creating this object type... or do I not create an object type and use og type article for all my media types... kind regards to any repsonders... J 回答1: You may create whatever types you want within your application namespace (see Configuring Object Types) and later use that in your OpenGraph tags: <meta property="og:type" content="your-og-app:your-type"> If