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.

Im planning on making an application which fetches public posts from the Facebook API and perform some kind of analysis on it. To do this, I need to save the public posts to a database. I read the privacy policy and it says

"You may cache data you receive through use of the Facebook API in order to improve your application’s user experience, but you should try to keep the data up to date. This permission does not give you any rights to such data." and the FAQ says "We have deprecated our 24 hour data storage policy. You may now indefinitely cache data to improve your application's user experience.".

These statements seem to be based on apps that act on behalf of the user (i.e. the user has to log in via OAuth and allow the app to access certain information). Do these statements also apply to an application that just fetches public data and saves them to a database? I just want to be sure im not doing anything illegal.

Thanks in advance!

share|improve this question
The policy you cite above doesn't prohibit anything. It's a pure grant of permission. – David Schwartz Feb 21 '12 at 7:01
1  
If you're that concerned about legality, maybe you should talk to a lawyer. – Seth Feb 21 '12 at 7:02

closed as off topic by Jonathan Sampson Feb 21 '12 at 15:12

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.