facebook 应用程序设置 opengraph 仪表板未更新

发布于 2024-12-07 05:22:00 字数 734 浏览 0 评论 0原文

我之前问过类似的问题,但这是一堆问题之一,其中大部分问题我后来都解决了。所以我想我只会就此创建一个新问题。

在developers.facebook => $MY_APP =>;应用程序设置=>打开图=>仪表板,您可以选择管理您的操作和对象。当我尝试编辑一个操作时,例如通过更改其名称或它指向的对象引用,这些更改表面上会被保存,但是当我刷新页面时,它不会有更改(对于对象引用)或对象的 url 不会更改(用于更改操作名称)。

例如,

当我将action1的名称更改为action2时,“获取代码”页面仍然是 https://graph.facebook.com/me/myapp:$action1

此外,调用 myapp: $action2 将不起作用,当我调用 myapp:$action1 时,时间线中显示的操作仍然是 $action1。

我可能还希望更改对象的标题,从 title1 更改为 title2。但是,当我尝试更改操作以便引用 title2 时,更改拒绝保存。

有没有解决这个问题的方法,或者我应该删除所有内容并重新开始而不犯错误?我尝试删除操作和对象并使用旧名称创建新操作和对象,但是当使用旧名称执行操作时,所有旧字段都已填写,我无法再次更改它们。

谢谢。

编辑:要更改 url 和名称内容,这些位于操作类型编辑页面内的高级选项中。感谢保罗指出了这一点。

I asked a similar question earlier, but it was one of a bunch of questions, most of which I later solved. So I figured I would create a new question only about this.

In developers.facebook => $MY_APP => app settings => open graph => dashboard, you have options to manage your actions and objects. When I try to edit an action, for example by changing its name, or the object reference it points to, these changes wil ostensibly be saved, but when I refresh the page, it will not have the changes (for the object reference) or the url for the object will not change (for changing the action name).

For example,

When I change the name of action1 to action2, from "get code" the page will still be
https://graph.facebook.com/me/myapp:$action1

Furthermore, calling myapp:$action2 will not work, and when I call myapp:$action1 the action that shows up in my timeline is still $action1.

I may also wish to change the title of my object, from say title1 to title2. However, when I try to change the action so that the reference is to title2, the changes refuse to save.

Is there a solution to this, or should I just delete everything and start anew without making mistakes? I tried deleting the actions and objects and making new ones with the old names, but the moment a make an action with the old name all the old fields are filled out and I can't change them again.

Thanks.

EDIT: to change url and name stuff, those are in advanced options inside the action type edit page. Thanks Paul for pointing that out.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

篱下浅笙歌 2024-12-14 05:22:01

图形 API 名称位于 ActionType 编辑页面的高级部分。

对于你的第二个问题,我真的不明白为什么你的对象类型名称不会改变。您的意思是 og:type 的值没有改变还是“Name”字段没有改变?第二项也已提前进行。

The graph api name is in the Advanced section of the ActionType edit page.

For your second question, I don't really understand why your Object Type name won't change. Do you mean the value of og:type isn't changing or the "Name" field? The second one is also in advanced.

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