2013-10-24 65 views
0

發帖故事是這樣工作正常,我發佈Open Graph的故事有多個對象

FB.api('/me/<appname>:added', 'post', 
        {location: 
         {type: "<appname>:location", 
          "title": "London" 
          }}, 
        function(response) { 
         if (!response || response.error) { 
         } else { 
         } 
        }); 

但我找不到正常的文檔如何在一個動作後多個對象(在我的情況「位置」),所以用戶會將其視爲「Joe與倫敦,巴黎和紐約州一起」。

Only something looks same is here

所以主要問題是:「這是否正確,我需要發佈多對動作 - >對象,然後FB可能會聚集它們?」

回答

0

所以答案是肯定的,Facebook本身就會聚集故事。

相關問題