无法将应用程序添加到粉丝专页
我在开发中设置了一个应用程序。区域。但我无法将其添加到我作为管理员的粉丝页面。通常有这个“查看应用程序配置文件页面”。这次不是。知道为什么会这样吗?我是该页面的管理员,但尚未创建该页面。这是一个问题吗?
I have setup an App in dev. area. but I can't add it to a Fanpage where I'm admin. Normally there is this "View App Profil Page". This time it isn't. Any idea why it is like that? I'm admin from that page, but haven't made the page. Is that a problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
试试这个链接:
Facebook 文档可以在这里找到:http://developers.facebook.com/docs/appsonfacebook/pagetabs /
Try this link:
The facebook documentation can be found here: http://developers.facebook.com/docs/appsonfacebook/pagetabs/
你也可以试试这个,
you also can try this one ,
或者你也可以尝试我的“修复”@ http://admine.eu/addapp.html
这里是部分来源,实际上是您所需要的:
window.open("http://www.facebook.com/dialog/pagetab?app_id="+document.getElementById("appid").value+"&next="+document.getElementById("appurl").value ,"PageTab","width=1000,height=300")
+document.getElementById("appid") 是您的应用程序的 id
+document.getElementById("appurl") 是应用程序的画布或选项卡 URL
or also you can try my "fix" @ http://admine.eu/addapp.html
here is part of the source and actually all you need:
window.open("http://www.facebook.com/dialog/pagetab?app_id="+document.getElementById("appid").value+"&next="+document.getElementById("appurl").value,"PageTab","width=1000,height=300")
+document.getElementById("appid") is the id of your app
+document.getElementById("appurl") is the canvas or tab URL of your app
我有一个更简单的免费解决方案可以解决您的问题 - 只需转到此处:
https ://www.facebook.com/pages/Add-App-To-Fan-Page/267581953297317
输入您的应用 ID 并单击按钮
I have an easier FREE solution for your problem - Just go here:
https://www.facebook.com/pages/Add-App-To-Fan-Page/267581953297317
Enter your app ID and click the button
安装此书签可快速在粉丝专页上安装应用
Install this bookmarklet to install apps on fanpages quickly