2013-07-30 83 views
0

我已經設法讓分享按鈕工作,但它沒有正確地爲每個圖像格式化帖子,所以我嘗試了FB.ui方法,但是這似乎只允許我張貼到自己的牆上?我完全沒有得到FB Api?文檔幾乎SUCKS開發的Facebook頁面上...Facebook javascript ui發佈到牆,頁面或消息?

var fbConfig = { 
      method: 'feed', 
      display: 'popup', 
      name: scope.content.post.post_title, 
      link: scope.link, 
      picture: scope.content.image.src, 
      caption: scope.content.post.post_title + ' is featured on The Sexiest Non Profit Ever\'s website', 
      // description: 'a slightly longer description...', 
      // redirect_uri: 'http://www.thesexiestnonprofitever.org/' 
     }; 

FB.ui(fbConfig, function(response){ 

     }); 

回答

0

採取publish_stream允許張貼在其他的牆。沒有這個許可,你不能在他人的牆上張貼任何東西。這是必要的