English 中文(简体)
页: 1 “我一页”
原标题:Facebook "Add to my page" button

我在互联网上看到了这一切。 任何人都可以向我提供一些资源,在我的脸书页表格上添加“我一页的Add”。 我看到了其他网页,因此我知道这样做的可能性。

最佳回答

You can add an app to a page via:

  1. The API: https://developers.facebook.com/docs/reference/api/page/#tabs
  2. The Add to my page link on the app s profile page (deprecated, see https://developers.facebook.com/blog/post/611/ for details)
  3. The new Add Page Tab dialog you can use in your app (see the above blog post again for more details, there s full docs here: https://developers.facebook.com/docs/reference/dialogs/add_to_page/ , and a short example below):

在您的网站上建立联系:

 https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&display=popup&next=URL_TO_REDIRECT_USER_TO_AFTER_ADDING

您也可利用Facebook Javascript SDK(上文c节详细内容)来启动这项工作。

问题回答

http://www.facebook.com/dialog/pagetab?app_id="yourAPPID"&next="your_app_url","PageTab","width=1000,height=300"

这是你在座各位需要执行的任务,并将解决你的问题。

或者,你可以通过我这样简单的形式补充你的意见,即使用上述准则,你不必再看一看,因为面像正把“我一页的外面”与上页相去。

rel=“nofollow”>https://admine.eu/add.html





相关问题
Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...

Facebook App Profile Tab is Empty ... No Content Displayed?

I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...

Facebook Platform error: "Object cannot be liked"

I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...

how to call showPermissionsDialog() in php (facebook api)?

I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...

热门标签