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.

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 ?

share|improve this question

1 Answer

up vote 0 down vote accepted

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/

share|improve this answer
Thanks a lot, the realtime API indeed suits better my needs since it's more suited for monitoring. – John Papsi Jan 19 at 14:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.