企业页面有用户 ID 号吗?

发布于 2024-12-25 18:32:04 字数 136 浏览 1 评论 0原文

我只创建了一个企业页面并且是管理员。我读过的所有内容告诉我如何找到我的用户 ID#,这些内容都引导我找到页码。商业页面有用户 ID 吗?如果是的话我该如何找到它?我需要它来获取 fb:admins 内容。拜托,我已经想弄清楚这个问题好几天了,但我的头在旋转。

I created a business page only and am the administrator. Everything that I have read telling me how to find my user id# leads me to the page number. Do business pages have user id#s? If so how do I find it? I need it for the fb:admins content. Please, I have been trying to figure this out for days and my head is physically spinning.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹短裙飘 2025-01-01 18:32:04

要查找 PAGE id,只需执行以下操作。 http://graph.facebook.com/YourPageNameHere。如果您还没有页面名称(粉丝数量少于 X),请使用页面链接中的 # 而不是页面名称。

可口可乐公司的示例: http://graph.facebook.com/CocaCola

{
   "id": "40796308305",
   "name": "Coca-Cola",
   "picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/276879_40796308305_1578420141_s.jpg",
   "link": "https://www.facebook.com/coca-cola",
   "likes": 36645415,
   "category": "Food/beverages",
   "website": "http://www.coca-cola.com",
   "username": "coca-cola",
   "founded": "1886",
   "description": "On May 8, 2011, Coca-Cola marked its 125th anniversary. Created in 1886 in Atlanta, Georgia, by Dr. John S. Pemberton, Coca-Cola was first offered as a fountain beverage at Jacob's Pharmacy by mixing Coca-Cola syrup with carbonated water. \n\nCoca-Cola was patented in 1887, registered as a trademark in 1893 and by 1895 it was being sold in every state and territory in the United States. In 1899, The Coca-Cola Company began franchised bottling operations in the United States. \n\nCoca-Cola might owe its origins to the United States, but its popularity has made it truly universal. Today, you can find Coca-Cola in virtually every part of the world.",
   "can_post": true,
   "checkins": 77,
   "talking_about_count": 215181
}

GoDaddy.com 的示例: http://graph.facebook.com/GoDaddy

{
   "id": "8749090685",
   "name": "GoDaddy.com",
   "picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/276455_8749090685_6602072_s.jpg",
   "link": "https://www.facebook.com/GoDaddy",
   "likes": 107451,
   "category": "Internet/software",
   "website": "http://GoDaddy.com/ http://twitter.com/GoDaddy http://youtube.com/GoDaddy http://www.linkedin.com/companies/godaddy.com ",
   "username": "GoDaddy",
   "company_overview": "Go Daddy helps people and businesses create and grow their online presence. Go Daddy is the world's dominant domain registrar, is also the top hosting provider in North America and the world's #1 provider of new SSL certificates. Go Daddy develops most all of its 52+ product offerings. Go Daddy has more than 7 million active customers worldwide and provides 24/7 industry-best customer service. The company is U.S. based and doesn't outsource or off-shore a single job.",
   "products": "http://GoDaddy.com/Domains\nhttp://GoDaddy.com/Hosting\nhttp://GoDaddy.com/Email\nhttp://GoDaddy.com/SSL",
   "can_post": true,
   "talking_about_count": 2727
}

但是,fd:admin 应该是用户 ID,不是页面 ID。您可以使用图形 API 浏览器来查找您的用户 ID。转到:https://developers.facebook.com/tools/explorer

To find the PAGE id, just do the following. http://graph.facebook.com/YourPageNameHere. If you don't have a page name yet (less than X number of fans), then user the # in the link to your page instead of the page name.

example for Coca Cola corp: http://graph.facebook.com/CocaCola

{
   "id": "40796308305",
   "name": "Coca-Cola",
   "picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/276879_40796308305_1578420141_s.jpg",
   "link": "https://www.facebook.com/coca-cola",
   "likes": 36645415,
   "category": "Food/beverages",
   "website": "http://www.coca-cola.com",
   "username": "coca-cola",
   "founded": "1886",
   "description": "On May 8, 2011, Coca-Cola marked its 125th anniversary. Created in 1886 in Atlanta, Georgia, by Dr. John S. Pemberton, Coca-Cola was first offered as a fountain beverage at Jacob's Pharmacy by mixing Coca-Cola syrup with carbonated water. \n\nCoca-Cola was patented in 1887, registered as a trademark in 1893 and by 1895 it was being sold in every state and territory in the United States. In 1899, The Coca-Cola Company began franchised bottling operations in the United States. \n\nCoca-Cola might owe its origins to the United States, but its popularity has made it truly universal. Today, you can find Coca-Cola in virtually every part of the world.",
   "can_post": true,
   "checkins": 77,
   "talking_about_count": 215181
}

example for GoDaddy.com: http://graph.facebook.com/GoDaddy

{
   "id": "8749090685",
   "name": "GoDaddy.com",
   "picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/276455_8749090685_6602072_s.jpg",
   "link": "https://www.facebook.com/GoDaddy",
   "likes": 107451,
   "category": "Internet/software",
   "website": "http://GoDaddy.com/ http://twitter.com/GoDaddy http://youtube.com/GoDaddy http://www.linkedin.com/companies/godaddy.com ",
   "username": "GoDaddy",
   "company_overview": "Go Daddy helps people and businesses create and grow their online presence. Go Daddy is the world's dominant domain registrar, is also the top hosting provider in North America and the world's #1 provider of new SSL certificates. Go Daddy develops most all of its 52+ product offerings. Go Daddy has more than 7 million active customers worldwide and provides 24/7 industry-best customer service. The company is U.S. based and doesn't outsource or off-shore a single job.",
   "products": "http://GoDaddy.com/Domains\nhttp://GoDaddy.com/Hosting\nhttp://GoDaddy.com/Email\nhttp://GoDaddy.com/SSL",
   "can_post": true,
   "talking_about_count": 2727
}

However, an fd:admin should be a USER id, not a PAGE id. You can use the graph API explorer to find out your USER id. Go to: https://developers.facebook.com/tools/explorer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文