Scenario: I'm looking to track the "like counts" for 100's to 1,000's of facebook pages. Currently I have a google spreadsheet that is setup with graph api that this post mentions.
I'm looking to automate the process a bit more if possible.
Here are my current steps:
- find the fb business page address https://facebook.com/businessnamehere
- locate the fb page id and enter it in the worksheet
- the # of fans is populated for businesses that allow access through graph api
Couple Issues:
Some business pages block access to the basic info and the following error is given:
{ "error": { "message": "Unsupported get request.", "type": "GraphMethodException", "code": 100 } }Is there any other way to pull the "like count" besides pulling up the actual fb business page and viewing the "like count"?
The worksheet only pulls from the Page ID.
Is there any way to pull the "like count" from the facebook url only without needing to gather the fb page id?
Any help would be appreciated. Thanks.