How to test: Code review should be sufficient, but if necessary, check if Facebook counts still work with this PR applied. Of course I've tested this on my website, as usual.
Reason for this PR:
As already elaborated in PR #128, Shariff backend will not get any result for an app_id if the app has been created with a newer Graph API version than the one which Shariff backend uses in the URL for getting the counts, because a Facebook app is limited to the minimum Graph API version which was current when the app has been created.
Current Facebook Graph API version is v3.0, see https://developers.facebook.com/docs/graph-api/changelog.
There have not been any breaking changes regarding sharing counts, see https://developers.facebook.com/docs/graph-api/changelog/version3.0, so only the version number has to be increased with this PR here.
How to test: Code review should be sufficient, but if necessary, check if Facebook counts still work with this PR applied. Of course I've tested this on my website, as usual.
Reason for this PR:
As already elaborated in PR #128, Shariff backend will not get any result for an app_id if the app has been created with a newer Graph API version than the one which Shariff backend uses in the URL for getting the counts, because a Facebook app is limited to the minimum Graph API version which was current when the app has been created.