将照片发布到 Facebook 页面
我正在使用 C# SDK 发布到 Facebook 页面。我可以很好地发布更新和链接,但当我尝试添加照片时,出现以下错误
“(190) 模拟访问令牌只能与图形 API 一起使用”
当我将访问令牌更改为用户的照片时,照片会上传到用户个人资料而不是页面。
有人知道这里出了什么问题以及如何解决吗?
I'm working on posting to facebook pages using the C# SDK. I can post updates and links fine but when I try to add a photo I get the following error
"(190) Impersonated access tokens can only be used with the Graph API"
When I change the access token to the user's the photo gets uploaded to the users profile and not the page.
Anyone know what's going wrong here and how to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道您的完整场景,但 https://facebookpsmodule.codeplex.com 使用 New 可以轻松支持此操作-FBPhoto 和 New-FBFeed 命令。
I don't know your full scenario, but https://facebookpsmodule.codeplex.com supports this easily with the New-FBPhoto and New-FBFeed commands.
您必须使用页面访问令牌。您需要使用具有manage_page权限的用户访问令牌并定位页面id。
You must be using a page access token. You need to use the user's access token with manage_page permissions and target the page id.