2012-10-17 92 views

回答

2

我不知道其他的網絡,但對於Facebook,你可以簡單地使用定位搜索API的組合頁面:

https://graph.facebook.com/search?q=New%20York%20Times&type=page 

這將返回了很多頁的ID:

{ 
    "data": [ 
     { 
     "name": "The New York Times", 
     "category": "Media/news/publishing", 
     "id": "5281959998" 
     }, 
     { 
     "name": "W New York - Times Square", 
     "category": "Hotel", 
     "id": "107574351937" 
     }, 
     { 
     "name": "The New York Times Crossword Puzzle", 
     "category": "Community", 
     "id": "230891537029840" 
     }, 
     { 
     "name": "The New York Times Travel Show", 
     "category": "Company", 
     "id": "135183981456" 
     }, 
     { 
     "name": "InterContinental New York Times Square", 
     "category": "Travel/leisure", 
     "id": "225795063575" 
     }, 
     { 
     "name": "Well | The New York Times", 
     "category": "Media/news/publishing", 
     "id": "181548405298864" 
     }, 
... 
} 

對於大多數主要公司,您可以假設列表中的第一個ID是正確的頁面。

https://graph.facebook.com/5281959998 

你會看到響應兩個領域是相關的:您可以通過每個ID像這樣仰視檢查websitelikes

喜歡將顯示的球迷,該頁面有多少(你可以大概假設粉絲最多的粉絲是正確的頁面),網站將提供其公司指定的網站URL。