既然迁移截止日期已过,如何将页面与应用程序关联起来?
情况如下:我有一个本机 iOS 应用程序,在应用程序配置文件页面被弃用之前,该应用程序已在创建的 Facebook 开发人员中拥有其条目。该应用程序有一个自动创建的应用程序配置文件页面,但是当我查看它时,它有一个黄色框,上面写着:
删除应用程序配置文件页面 应用程序配置文件页面现已弃用。我们 建议更新您分享到应用程序配置文件的所有链接 页面指向您的新目标页面或应用程序。请保存任何内容 或您希望保留的见解。此内容可通过以下方式访问 具有任何有效访问令牌的图形 API。如需更多信息, 请查看这篇文章: https:// /developers.facebook.com/blog/post/2012/02/01/how-to--migrate-your-app-profile-page/
2 月 1 日之前,有一个链接可以将此页面迁移到常规的Facebook 页面,但现在没有了。我根据文档创建了一个新的 Facebook 页面,该页面与应用程序具有相同的名称,并且类别设置为“产品/应用程序”。但我看不出有什么办法可以将这个新页面与我的应用程序关联起来。
我们应该如何将新的 Facebook 页面与现有应用程序关联起来?
Here's the situation: I have a native iOS app that had its entry in created Facebook Developers before App Profile Pages were deprecated. There is an automatically created App Profile Page for the app, but when I view it, it has a yellow box saying:
Removing App Profile Pages App Profile Pages are now deprecated. We
recommend updating any links that you have shared to your App Profile
Page to point to your new target Page or app. Please save any content
or Insights that you wish to keep. This content is accessible via the
Graph API with any valid access token. For additional information,
please review this post:
https://developers.facebook.com/blog/post/2012/02/01/how-to--migrate-your-app-profile-page/
Before February 1st, there was a link to migrate this page to a regular Facebook Page, but now there isn't. I've created a new Facebook Page according the the docs, and the page has the same name as the app and the category is set to Products/App. But I see no way to associate this new page with my app.
How are we supposed to associate a new Facebook Page with an existing app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
所以我最终删除了 Facebook 上的应用程序并创建了一个新应用程序。这意味着更改我的 iOS 应用程序及其 URL 处理程序中的应用程序 ID 字符串,但现在它可以正常工作,并且我可以为该应用程序创建一个正常的 Facebook 页面。如果您有客户已经在使用的现有应用程序,这意味着您将破坏该应用程序,除非他们在 iOS 设备上更新了该应用程序,并且您将丢失旧页面上的所有内容。
So I ended up deleting my app on Facebook and creating a new one. This meant changing the App ID strings in my iOS app and in its URL handler, but now it works correctly, and I can create a normal Facebook Page for the app. If you have an existing app that customers are already using, that means you'll break the app unless they've updated it on their iOS device, and you lose everything on the old page.
要将现有 Facebook 页面与应用程序关联:
To associate an existing Facebook Page with an App: