0
我正在使用臉譜圖api發佈(消息和圖像)到臉譜牆。縮略圖圖像張貼到牆上,而不是使用臉譜圖api的完整圖像
這是我用
"https://graph.facebook.com/"+Login.facebookid+"/feed? access_token="+accesstoken+"&method="+"post"+"&message="+strFullMessage.replaceAll(" ", "%20")+"&link="+imageUrl +"&privacy="+result);
我預期的圖像全尺寸文章的網址,但它發佈縮略圖。
我嘗試了(/ feed)中的所有三個參數,如「source」,「picture」,「link」。 但圖像張貼在縮略圖中。
facebook圖表api允許發佈全尺寸圖片嗎? 如果可能我該怎麼做?
感謝
https://developers.facebook.com/docs/reference/api/user/#photos – CBroe
我想張貼在我的飼料,而不是/照片 – user1891910
@CBroe:請回復 – user1891910