I have a list of facebook profiles and I can access their feed via the facebook API and a token. I am wondering, is it allowed to get those feeds and store them locally for media monitoring ? And if so, how fast am I allowed to query the facebook API ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
scroll down to "II. Storing and Using Data You Receive From Us" https://developers.facebook.com/policy/#policies There don't seem to be any published limits on queries. The figure 600 queries in 600 seconds is thrown around a lot but I can't find any basis for it. If you need realtime data why not check out the realtime Facebook API? https://developers.facebook.com/docs/reference/api/realtime/ |
||||
|