Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Figure out how to distinguish facebook activity on our posts from other users posts #81

Open
onyxfish opened this issue Jan 5, 2015 · 1 comment

Comments

@onyxfish
Copy link
Contributor

onyxfish commented Jan 5, 2015

No description provided.

@TylerFisher
Copy link
Contributor

Best thing I can come up with after looking through FB's Graph API:

  • We need to collect a list of FB post ids for every story we do. I don't think there's a way to automate this. We'd need a way to say "get all posts that link to this URL from this Facebook page ID."
  • We hit the endpoints for likes and comments for each Facebook post and compare that to the total number we get from SharedCount.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants