将照片发布到 Facebook 页面

发布于 2024-12-20 01:53:03 字数 177 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绅刃 2024-12-27 01:53:03

我不知道您的完整场景,但 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.

梦里人 2024-12-27 01:53:03

您必须使用页面访问令牌。您需要使用具有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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文