2012-01-06 14 views
-1

ビジネスページのみを作成し、管理者です。私のユーザーid#を見つける方法を教えてくれたすべてのものがページ番号につながっています。ビジネスページにはユーザーID#がありますか?もしそうなら、私はどのようにそれを見つけるのですか?私はfb:adminsのコンテンツに必要です。私は数日間このことを理解しようとしていて、私の頭は物理的に回転しています。ビジネスページにはユーザーID番号がありますか?

答えて

1

PAGE idを見つけるには、次のようにします。 http://graph.facebook.com/YourPageNameHere。ページネームがまだない場合(ファン数がXより少ない場合)、ページ名の代わりにページへのリンクの#を入力します。コカコーラ株式会社のため

例:GoDaddy.comため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 
} 

例: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:管理者は、ユーザIDではなく、ページIDであるべきです。グラフAPIエクスプローラを使用してUSER IDを調べることができます。移動先:https://developers.facebook.com/tools/explorer

+0

ありがとうございました!私はそれを試み、私のID#223665414363346を得る。これをのコンテンツとして使用すると、エラーコード "id#property'fb:admins 'をタイプ' fbid 'として解析できませんでした。 Linterの私のウェブサイトのホームページをデバッグします。また、コメントボックスの下にエラーコードが表示されます。警告:stonewallplates.com/index.htmlは到達不能です。私は現在、この値をコンテンツから削除しています。 – user1125332

+0

ああ、fb:adminsはあなたのユーザーID – DMCS

+0

私はそれを何度もやり続けて、同じ#を得続けています。私は他のアカウントと比較していますが、それでも私は正しいことを信じています。もう一度やりましたが、同じ番号を取得しました.CocaColaのページに行き、自分のユーザーID#のプロファイル写真をチェックして、FBページのプロフィール写真でこれを行い、再び223665414363346を取得してください。グラフでこれを実行してくださいあなたはこれを10時間以上かけて過ごしましたが、それを理解することはできませんし、FBの助けはユーザーid#の上ではまばらです。 – user1125332

関連する問題