ユーザーが注文したことを示すアクションがあります。に似ていuser_name has placed an order on app_name
ます。これはアクティビティでは完璧ですが、最近のアクティビティではuser_name placed og:title on app_name
.
私のアクションはPlace
で、私のオブジェクトはorder
です。
<meta property="fb:app_id" content="app id" />
<meta property="og:type" content="joestakeaways:order" />
<meta property="og:image" content="http://server.com/path/to/icon.jpg" />
<meta property="og:title" content="Joe takeaway" />
<meta property="og:url" content="http://server.com" />
<meta property="og:description" content="For the best fish and chips in town try Joe's Takeaways!" />
最近のアクティビティを実際のアクティビティと同じように表示する方法。を変更することもできますがog:title
、an order
他のフィードでは少し奇妙に見えます。