我想用RestFB在我的Facebook頁面上發佈帖子。RestFB - 圖片網址格式不正確
我的代碼如下:
FacebookType publishResponse = facebookClient.publish(pageId + "/feed", FacebookType.class,
Parameter.with("message", message),
Parameter.with("picture", picture),
Parameter.with("link", link),
Parameter.with("description", description));
我的參數有以下值:
message: Test+test+test
picture: https%3A%2F%2Fcom-smallteaser-local-photo.s3.amazonaws.com%2Fskydivemag%25232fdefcfa-c7b2-4c0d-8504-9942ccd9a4b0%2523648%25230%25232592%25232592%2523292%2523292
link: http%3A%2F%2Flocalhost%3A9000%2Farticle%2F20130503-test-test-test
description: This+is+just+a+test
我得到異常:
FacebookOAuthException:收到的Facebook的錯誤響應鍵入OAuthException:(#100)圖片URL格式不正確]
我看過here,我可以通過提供一個URL來添加圖片,並且明確表示它是用於'將應用程序託管在Amazon S3或類似服務上的應用程序開發者'。
任何想法我做錯了什麼?
謝謝!我會解決這個問題並再次測試。請讓你發佈... – stikkos 2013-05-05 12:39:41
好吧,所以我現在正在使用圖片https://com-smallteaser-local-photo.s3.amazonaws.com/skydivemag%2317fae067-0a4e-4be4-b09e-8330df7e97b0%23648%230 %232592%232592%23292%23292但我得到完全相同的錯誤,所以我猜別的東西一定是錯的? – stikkos 2013-05-05 14:38:08