Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前遇到问题,我尝试将图片发布到 Facebook 并收到“错误”响应:
"Requires upload file", with OAuth exception #324.
我在那里有访问令牌很好,我可以cURL相对容易地从一个示例中调整我的代码。我能找到的所有示例都显示了如何在 PHP(我不知道)或类似的东西中做到这一点。任何有关如何仅cURL从命令行工具上传照片的示例的帮助将不胜感激。
cURL
我只是无法在我的生活中找到我正在寻找的任何地方。
你在追加@角色吗?
@
curl -F 'access_token=xxx' \ -F 'source=@img.jpg' \ -F 'message=Test' 'https://graph.facebook.com/me/photos'