Facebook 认为我的管理员 ID 是我的 Open Graph 应用程序 ID,称其无效
我创建了一个页面,并将页面的帐户名称(来自 facebook.com/
)放入 fb:admins
字段中,并留下应用程序 ID字段空白。当我测试 Like 按钮时,它说应用程序 ID 无效并列出页面的 ID 号(注意,没有应用程序,这只是一个普通页面)。我还尝试输入从 graph.facebook.com/
获得的 ID 号,但仍然不起作用。运行 Linter (https://developers.facebook.com/tools/debug
) 显示错误:“You put ### in the fb:admins field. It should be in fb:app_id” ...仍然没有应用程序存在,所以我不知道为什么它认为该 ID 是应用程序 ID。
当我将不同用户的 ID 放入管理 ID 字段时,它工作正常,但如果我使用页面跟踪它,则不行。
I created a page and put the account name (from facebook.com/<account-name>
) of the page in the fb:admins
field and left the App ID field blank. When i test the Like button it says the App ID is invalid and lists the ID number of the page (note, there is no app, this is just a normal page). I also tried putting in the ID number that I get from graph.facebook.com/<account-name>
and still it doesn't work. Running the Linter (https://developers.facebook.com/tools/debug
) shows the error: "You put ### in the fb:admins field. It should be in fb:app_id"...still, no app exists so I don't know why it thinks the ID is an app ID.
When I put a different user's ID in the admin ID field it works fine, but not if I'm following it using a page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此文档。您无法使用
page_id
来管理页面,只能使用UID
或AppID
。fb:page_id
与 Insights 相关,而不是 OG 管理。Check out this doc. You can't use a
page_id
to administer a page, you can only use aUID
or anAppID
. Thefb:page_id
is related to Insights, not OG administration.