Facebook“添加到我的页面”不在那里 [英] Facebook "Add to My Page" not there

查看:141
本文介绍了Facebook“添加到我的页面”不在那里的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以前我已经做了一些Facebook页面,但是我遇到了一个我以前没有的问题。通常,当有人要求我为他们开发一个Facebook页面时,它与一个帐户相关联,所有我需要做的是添加开发者应用程序,为侧边栏中的链接制作一些应用程序,然后导航到我创建的应用程序并点击添加到我的页面。



由于某种原因,这个人今天给了我他们的登录,他们的帐户不是真的'真实' -说话。我导航到他们在登录时创建的页面,没有其他东西加载,甚至没有搜索栏。我可以通过导航到编辑信息(搜索栏弹出)来添加开发者应用程序。但是,我无法将任何应用添加到此帐户。 我的页面添加不会显示在我导航到的任何应用页面上。这是因为账户真的不存在吗?在设置/注销按钮附近有一个创建您的个人资料链接。



我在想这个错误?我有另一种方式可以添加这样一个帐户的应用程序/边栏选项卡吗?



我正在想告诉该人完全注册帐户,因为如果您为您的业务创建个人资料,您的帐户可能因违反我们的使用条款而被禁用。



如果您有任何见解,请通知我。



谢谢!

解决方案



尝试我的修复@ 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


I've made some facebook pages before, but I'm running in to a problem that I haven't had before. Usually, when someone asks me to dev a facebook page for them, it's linked to an account and all I have to do is add the developer app, make a few apps for the links on the side bar, then navigate to the apps I created and click 'add to my page'.

For some reason, this person today gave me their log-in and their account isn't really 'real' so-to-speak. I'm navigated to the page they created upon log-in and there is nothing else loaded, not even a search bar. I was able to add the developer app by navigating to Edit Info (search bar popped up). However I am unable to add any apps to this account. The 'Add to My Page' does not show up on any app pages I navigate to. Is this because the account doesn't really exist? There is a "Create Your Profile" link up near the Settings/Logout buttons.

Am I thinking about this wrong? Is there another way for me to add apps/sidebar tabs with an account like this?

I was thinking of telling the person to register the account fully since "If you create a profile for your business, your account may be disabled for violating our Terms of Use."

Let me know if any of you have any insight.

Thanks!

解决方案

facebook changes as usual

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

这篇关于Facebook“添加到我的页面”不在那里的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆