The DashBurst Blog

Facebook Introduces New Open Graph Tags for Media Publishers and More

Facebook has launched two new Open Graph tags to make it easier for people follow their favorite media publishers and journalists. Facebook has also added several new requirements to review your app and Open Graph submissions. They’ve included a few updates to using Facebook Android SDK with ProGuard and the Graph API for event pages posts.

New Open Graph tags for media publishers

According to Facebook’s documentation, media publishers should already be including Open Graph tags in their article’s HTML to generate better previews, or rich snippets of their content when shared on Facebook. Now Facebook provides two more tags for you to include:

<meta property="article:publisher" content="https://www.facebook.com/cnn" />
<meta property="article:author" content="https://www.facebook.com/fareedzakaria" />


Facebook notes that the “Follow” and “Like” buttons will only appear for people who haven’t already followed the author or liked the publisher page, making the new feature non-intrusive to your current fans.

New requirements for app and Open Graph submissions

Facebook is introducing several new requirements in hopes of making it easier to review your app and Open Graph submissions:

The Facebook SDK and ProGuard in your Android app

If using ProGuard with your Android app, Facebook asks to please add this snippet to your app’s proguard-project.txt configuration file:

-keep class com.facebook.** { *; }
-keepattributes Signature

These flags are used to preserve generic signatures and type information, of which both flags are needed for the Facebook SDK to function correctly in an Android app that uses ProGaurd.

Ability to suppress News Feed stories when creating events for Pages

Now Facebook gives you the ability to suppress the creation of a News Feed story when you create a new event for a Facebook page.

Facebook appears ready to bring more focus to publishers and journalists that create content, and these are welcome updates here at DashBurst! What do you think of the new Open Graph tags or other developments?