Am I allowed to store data retrieved from Facebook connect on my server? [closed]

一世执手 提交于 2019-11-28 08:02:16

问题


Am I allowed to permanently store data I retrieve from Facebook connect about a user (eg. firstname, lastname etc.) on my server if my application requires it to function? If the user deinstalls the app I will remove it again of course. I have heard this is not allowed, but could not find the right paragraph in their terms of use.


回答1:


Please see the section entitled Storing and Using Data You Receive From Us in the Facebook Platform Policies page. The applicable item is:

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.

So, no, you do not own the data nor are you allowed to use it as the "data of record" - i.e. your official permanent copy. You are required to at most cache the data temporarily and refresh it frequently. Facebook remains the system of record and official repository for the data.




回答2:


Now you can, in Platform Policy https://developers.facebook.com/policy/ does not explicitly say that you can't store the data!



来源:https://stackoverflow.com/questions/4760891/am-i-allowed-to-store-data-retrieved-from-facebook-connect-on-my-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!