| Please note: We are in the process of deprecating the REST API. Please use the Graph API and access using the Insights object |
Returns information about one or more Facebook Share implementations.
Because of data caching reasons, you can make this API call only once every 2 minutes for a given Share URL.
You can also call links.getStats directly from your browser. To do so, pass this URL:
http://api.facebook.com/restserver.php?method=links.getStats&urls=facebook.com,developers.facebook.com
Note: You must URL encode the URL. For example, if you want to share http://www.facebook.com/connectnews?v=app_4949752878 , you would encode it as:
http%3a%2f%2fwww.facebook.com%2fconnectnews%3fv%3dapp_4949752878
| Name | Type | Description |
|---|---|---|
| urls | string | A comma-separated list of Facebook Share URLs for which you want to get data. |
This call returns an array of link_stat information about your Facebook Share implementation.