簡體   English   中英

Facebook-錯誤消息:圖片網址格式不正確

[英]Facebook - Error Message: picture URL is not properly formatted

這是代碼失敗:

FB.ui({
     method: 'share',
     href: 'http://localhost:53530/RecipeDetails',
     name: 'Facebook Dialogs',
     link: 'https://developers.facebook.com/docs/dialogs/',
     picture: 'http://fbrell.com/f8.jpg',
     caption: 'Reference Documentation',
     description: 'Dialogs provide a simple, consistent interface for applications to interface with users.'
     }, 
      function (response) { }
     );

使用此代碼,我遇到以下錯誤:

API Error Code: 100
API Error Description: Invalid parameter
Error Message: picture URL is not properly formatted

我不明白為什么。

我也嘗試將方法名稱“ share”更改為“ feed”,但沒有任何變化。

你能幫助我嗎 ?

謝謝

我猜是因為圖片大小必須符合此處提到的某些規格:

“此帖子所附圖片的URL。圖片必須至少為200px x 200px。有關尺寸的更多信息,請參閱我們的共享最佳做法文檔。”

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM