Skip to content
mfenner edited this page Jan 27, 2013 · 7 revisions

Facebook is the largest social network.

Information about obtaining an app access token for this source can be found at http://developers.facebook.com/docs/howtos/login/login-as-app/

ALM Name facebook
ALM Configuration staleness: 7.days
batch_time_interval: 1.hour
ALM Core Attributes  
ALM Other Attributes  
Protocol REST
Format JSON
Rate-limiting varies
Authentication OAuth 2.0
Restriction by IP Address no
API URL  

Example Response

 {
     "commentsbox_count": 0,
     "like_count": 0,
     "normalized_url": "http://www.plosbiology.org/article/info:doi/10.1371/journal.pbio.0000002",
     "comments_fbid": 10150608377818440,
     "total_count": 3,
     "comment_count": 0,
     "url": "plosbiology.org/article/info:doi/10.1371/journal.pbio.0000002",
     "share_count": 3,
     "click_count": 0
 }

Source Code

The source code is available here.

Further Documentation

Clone this wiki locally