我只创建了一个商业页面,并且是管理员。我读过的所有内容告诉我如何找到我的用户ID#引导我到页码。商业页面是否有用户ID#s?如果是这样我怎么找到它?我需要它为fb:admins内容。拜托,我一直在努力解决这个问题,而且我的脑袋在旋转。
答案 0 :(得分:1)
要查找PAGE ID,请执行以下操作。 http://graph.facebook.com/YourPageNameHere
。如果您还没有页面名称(少于X个粉丝),请在页面链接中使用#而不是页面名称。
{
"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应该是USER ID,而不是PAGE id。您可以使用图形API资源管理器查找您的用户ID。转到:https://developers.facebook.com/tools/explorer