When you read through the Facebook Platform Policies, you’ll notice that every Facebook App that stores, uses or receives data should have a privacy policy that tells users what user data you are going to use and how you will use, display, share or transfer data.

When you have a Facebook Tab inside your Facebook fan page, you might be “transferring data” as well and thus need to add a Privacy Policy to your apps. How do you know whether you should add a privacy policy? And if so, how do you add one to your Facebook Application? This guide explains it all.

Does your application need a Privacy Policy?

Simply put, you will need to enter a Privacy Policy URL to your Application when your application (or Facebook Tab, which is also an application) requests data from Facebook. How do you know whether your application does that?

It’s simple. When users will see the following screen somewhere in your application, you are requesting data from Facebook:

Note for WP4FB 3.0 users: When you’re using any of the viral features under the “authorization screen” options (e.g. FriendGate etc), the sweepstake feature or when you’re collecting your fans’ email addresses, you are collecting data and should have a privacy policy.

What happens if my apps don’t have a Privacy Policy?

It’s not likely that Facebook will shut your apps down without warning you, so no worries yet. However, Facebook did send out quite a few emails last night to users that haven’t filled out their Privacy Policy URL’s yet. They emailed the following:

Your app [name] (123456) is missing a privacy policy URL in the Auth Dialog, or your privacy policy URL is returning an error (see Platform Policy II.3: https://developers.facebook.com/policy/).

Please update the privacy policy URL field in the App Dashboard on https://developers.facebook.com/apps/123456/appdetails to avoid enforcement action. Also, please review your app to ensure you are displaying your privacy policy on your website or within your app.

If you need support to create your own privacy policy you can refer to these external resources: http://www.applicationprivacy.org/platform-requirements/facebook/.

In other words, they will send a reminder if they feel you should have a Privacy Policy. You could enter it directly, and you can also decide to wait until you get this email as well.

When you go to the Developers’ Apps section you’ll also see the following warning as soon as Facebook determined that you should enter a Privacy Policy URL:

How do I write a Privacy Policy?

When you think you need a Privacy Policy (or when you got an email from Facebook telling you should), you’ll need to get your hands on a privacy policy. On record, I want to say that it’s always best to hire someone with legal knowledge to help you in this matter.

Of-record, I can say that there are various tools and websites that can help you creating a Privacy Policy that will be suitable for your Facebook Apps. Facebook even recommends this, since they’re pointing to this page. There are also various (free) privacy policies generators online, such as generateprivacypolicy.com & freeprivacypolicy.com.

Please note that I’m not a lawyer and I don’t have any legal experience. When you want to be certain, please seek advice from someone with legal knowledge.

How to add your Privacy Policy to your Facebook App?

When you’re using WP4FB 3.0, this step will be easy. The first thing you need to do is creating a new WP4FB-page and copy-pasting the privacy policy into this page. You can simply name the page “Privacy Policy”, for example.

Once done, you need to copy the URL/link of that page (e.g. http://yourdomain.com/wp4fb/privacy-policy/).

Navigate to the Facebook App section and start editing the application by clicking on “Edit App”. In the left-menu, click on “App Details” (see image on the right).

There you’ll see a field called “Privacy Policy URL”. Paste the link you copied earlier (the link to your privacy policy) here and hit Save.

That’s it! That’s all you need to do :)

Whenever you get an email from Facebook saying you need to add a Privacy Policy to your apps, you now know how to get it done.

Have a great day!

【转载】FaceBook - How to add a Privacy Policy to your Apps?的更多相关文章

  1. Privacy Policy

    MINE Privacy Policy This unit values your privacy. You are using our service, we may collect and use ...

  2. AVIER Racing Drone App Privacy Policy

    Personal Data collected for the following purposes and using the following services: Device permissi ...

  3. Helicute FPV App Privacy Policy

    Personal Data collected for the following purposes and using the following services: Device permissi ...

  4. privacy policy url

    提交审核资料时需要给出隐私条约资料网址privacy policy url 参考新浪微博地址http://m.weibo.cn/page/646?entry=client

  5. Privacy Policy of ColorfulBroswer

    Personal information collection this app does not collect your data  and does not share your infomat ...

  6. CoinEye PRIVACY POLICY

    PRIVACY POLICY First, welcome to use the app Thank you for using our products and services ("Se ...

  7. iOS Privacy Policy

    This application respects and protects the privacy of all users who use the service. In order to pro ...

  8. privacy policy 隐私政策

    privacy policy 隐私政策 privacy agreement css layout & ssr page flex & center & fonts demo h ...

  9. 【转载】C#中Add方法将往List集合末尾添加相应元素对象

    在C#的List集合操作中,有时候需要将符合条件的对象添加到已有List集合中的末尾,此时就需要使用到List集合的Add方法,Add方法的作用为将对应的元素添加到List集合末尾,Add方法签名为v ...

随机推荐

  1. c#注释

    c#的注释分为:这里不能不说一下什么是注释. 注释本身不会执行,只是说明性文字,只供程序员阅读. 注释又分为:单行注释,多行注释,文档注释. 单行注释://开始 多行注释:/*开始, */结束. 文档 ...

  2. 学习Sass(二)

    前面简单介绍了sass的安装,特点和使用方法等,这里记录下sass的基本语法. 1.变量 2.运算 3.嵌套 4.代码复用 5.高级语法 6.自定义函数 一.变量 变量以$开始,像css属性那样赋值, ...

  3. 用ES6语法和方式写gulp

    安装依赖模块 npm i -g gulp npm i gulp babel-core babel-preset-es2015 --save-dev 在创建文件 .babelrc(文件名) : (文件内 ...

  4. python reduce使用实例

    通过一个简单的算法来了解reduce的巧用. 构建函数persistence(n),如果n>9,则返回0.否则继续根据n的权重来分解n,如n=999,则分解为9,9,9.那么将9*9*9=729 ...

  5. 浅谈javascript中stopImmediatePropagation函数和stopPropagation函数的区别

    在事件处理程序中,每个事件处理程序中间都会有一个event对象,而这个event对象有两个方法,一个是stopPropagation方法,一个是stopImmediatePropagation方法,两 ...

  6. Tarjan算法详解

    Tarjan算法详解 今天偶然发现了这个算法,看了好久,终于明白了一些表层的知识....在这里和大家分享一下... Tarjan算法是一个求解极大强联通子图的算法,相信这些东西大家都在网络上百度过了, ...

  7. 【IIS】windows2008 ii7 设置访问网站提示帐号密码登录

    3个步骤: 1.添加windows身份验证: windows2008默认是不启用的,需要我们自己去启动,在管理工具 - 服务器管理- 角色 ,拉下去,下面有个[添加角色服务],安全性- Windows ...

  8. 单向链表仿LinkedList

    public class ChainTable { private Node firstNode;//第一个节点 private Node lastNode;//最后一个节点 private int ...

  9. Android_AndroidStudio配置

    IDE降低了程序编译的门槛, 让Android程序的编译和运行变得简单易操作. 但无论Eclipse还是Android Studio, IDE都不是非常智能和可靠的, 总会出大大小小的问题. 很多时候 ...

  10. vue跨组件通信的几种方法

    http://www.tuicool.com/articles/jyM32mA 在开发组件的时候,一定会遇到组件的通信,比如点击一个图标出现弹窗和蒙层,这三个分别是不同的组件.管理他们之间的状态就成了 ...