Facebook API policy about storing user data


3

recently more and more apps appear that retrieve data from Facebook and store it in some form for further processing purposes.

Examples:

I have also idea for an application / service that would use Facebook API in similar way but during analysis phase I came across Facebook platform API policy page (http://developers.facebook.com/policy/ ) which says:
You must not store or cache any data
you receive from us for more than 24
hours unless doing so is permitted by
the offline exception, or that data is
explicitly designated as Storable
Data.
Of course - I've no idea how in reality 2 products above work internally, perhaps they refresh data they receive from Facebook every 24 hours but I do have some doubts about it. I expect that from purely engineering point of view, refreshing data for potentially hundreds of thousands or even millions of accounts is too complex process that would require significant amount of processing power.

I'm stuck at the moment because I've an idea which I believe is good one, but I don't want to invest my time in something that is not 100% crystal clear and legal.

Another thing is that relying on any such free API is in general very risky since terms and conditions may change over night.

Do you have any thoughts on this? Is there any legal way around this policy?

API Facebook Terms And Conditions

asked Feb 19 '10 at 20:25
Blank
Michal Slocinski
28 points
  • I'd stay away from FB - they have a history of drastically changing their own privacy policy. – Tim J 14 years ago

1 Answer


2

The "Stored Data" page from the Facebook developers wiki has some more information on what data can be stored indefinitely. You'll have to Google that since I'm a new user and can only post one link... I am not a lawyer, but it seems that anything other than this data must be purged after 24 hours.

According to the "Stored Data" section on this page the best way around this is to use infinite sessions and refresh the data every < 24 hours. It does seem like this would be a performance issue if you have a lot of data stored, but to stay legal it sounds like this is the route you must take.

answered Feb 20 '10 at 01:49
Blank
Jacob
138 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

API Facebook Terms And Conditions