大量 Facebook 选项卡的自动化部署
我的客户有一个项目,该客户在全国拥有数百个零售点。他们的每个商店都有自己的 Facebook 页面,他们希望有一个应用程序能够将 Facebook 选项卡自动部署到这些页面 - 我已经研究过 Open Graph API 的“模拟”/manage_pages 功能,但不能不知道这些是否允许将选项卡远程添加到页面。
是否还有其他技术可以自动部署选项卡?
I have a project for a client who have several hundred retail locations nationwide. Each of their stores has its own facebook page, and they would like an application that would allow for the automated deployment of Facebook Tabs to these pages - I've looked at the "Impersonation" / manage_pages features of the Open Graph API but can't tell if these would permit tabs to be added to pages remotely.
Are there any other techniques out there that would allow for the automated deployment of tabs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然它在技术上违反了 ToS,但我可能会使用像 Selenium 这样的 Javascript 单元测试框架之一来实现自动化。
Though it's technically against the ToS, I'd probably automate that with something like one of the Javascript unittesting frameworks like Selenium.