有没有办法通过:og:url,og:title,og:image,og:description而不在html页面的元标记上声明它?
FB.api('/me/recipebox:cook', 'post',
{ recipe : 'http://www.example.com/pumpkinpie.html' });
https://developers.facebook.com/docs/opengraph/actions/
我正在使用推送状态/单页应用程序,使用内部参数会更容易。
就像是:
FB.api('/me/recipebox:cook', 'post',
{ recipe : my_json });
谢谢