【转载】FaceBook - How to add a Privacy Policy to your Apps?
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?的更多相关文章
- Privacy Policy
MINE Privacy Policy This unit values your privacy. You are using our service, we may collect and use ...
- AVIER Racing Drone App Privacy Policy
Personal Data collected for the following purposes and using the following services: Device permissi ...
- Helicute FPV App Privacy Policy
Personal Data collected for the following purposes and using the following services: Device permissi ...
- privacy policy url
提交审核资料时需要给出隐私条约资料网址privacy policy url 参考新浪微博地址http://m.weibo.cn/page/646?entry=client
- Privacy Policy of ColorfulBroswer
Personal information collection this app does not collect your data and does not share your infomat ...
- CoinEye PRIVACY POLICY
PRIVACY POLICY First, welcome to use the app Thank you for using our products and services ("Se ...
- iOS Privacy Policy
This application respects and protects the privacy of all users who use the service. In order to pro ...
- privacy policy 隐私政策
privacy policy 隐私政策 privacy agreement css layout & ssr page flex & center & fonts demo h ...
- 【转载】C#中Add方法将往List集合末尾添加相应元素对象
在C#的List集合操作中,有时候需要将符合条件的对象添加到已有List集合中的末尾,此时就需要使用到List集合的Add方法,Add方法的作用为将对应的元素添加到List集合末尾,Add方法签名为v ...
随机推荐
- 《DSP using MATLAB》示例Example6.4
图形表达如下: 代码: b = [1, 0, 0, 0, 16+1/16, 0, 0, 0, 1]; [b0, B, A] = dir2cas(b, 1) 运行结果: 写成公式为
- 50道java线程面试题
50道Java线程面试题 下面是Java线程相关的热门面试题,你可以用它来好好准备面试. 1) 什么是线程? 线程是操作系统能够进行运算调度的最小单位,它被包含在进程之中,是进程中的实际运作单位.程序 ...
- 微信小程序前置课程:flex布局(二)
原文:http://www.ruanyifeng.com/blog/2015/07/flex-examples.html 上一篇文章介绍了Flex布局的语法,今天介绍常见布局的Flex写法. 你会看到 ...
- python学习-基础语法
字符编码 1.python 2.x 默认是ASCII 编码 不支持中文,所以在代码有中文的时候 需要在文件最上一行加上#coding=utf-8.python 3.x则没有该问题. 变量命名规则 1. ...
- C#:继承多态的方法实现数的简单加减乘除运算
// 定义一个抽象的父类 abstract class Figure { //声明抽象方法: //父类中的所有家里人可以用的方法必须都应用到子类中 ...
- 问题记录1:The VMware Authorization Service is not running.
问题 VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the pr ...
- cookie会话技术
会话技术 B/S请求是无状态无记忆的,脚本与脚本之间是没有联系的,导致不能进行连续的业务逻辑 Cookie技术:将会话数据保存在浏览器端 原理:服务器向浏览器发送指令,用来管理存储在浏览器端的cook ...
- 面向对象UML中类关系
如果你确定两件对象之间是is-a的关系,那么此时你应该使用继承:比如菱形.圆形和方形都是形状的一种,那么他们都应该从形状类继承而不是聚合.如果你确定两件对象之间是has-a的关系,那么此时你应该使用聚 ...
- Java I/O演进与Linux网络I/O模型
参考文章: 简书-浅谈Linux五种IO:http://www.jianshu.com/p/486b0965c296 一.linux基础概念 1.1 内存空间 linux系统中的使用的是虚拟存储器,即 ...
- 正确的IP地址正则表达式
((2[0-4]\d|25[0-5]|[01]?\d\d?)\.){3}(2[0-4]\d|25[0-5]|[01]?\d\d?)