How should I deal with the Facebook app privacy policy URL in developers page?
Asked Answered
C

8

71

I'm trying to import fb-login function and there are some features which need to be inspected by facebook such as job status, education, etc. And they're saying that they requires privacy policy URL. So, I made a facebook page, which I will use as a landing page for my app, and wrote down the Privacy Policy to the Note.

After that, I copied the note's url and pasted it to the Privacy Policy URL box. I tried to save and proceed, but than error message comes up,

Facebook URL: Facebook URL cannot be crawled

So, my question is this: Is it unavailable to use facebook page to submit the privacy policy URL? This is my first time importing fb-login, so I just don't know what should I do and what shouldn't I do.

Crenulation answered 26/6, 2017 at 16:23 Comment(1)
It need to be a link to your server. It can't be a Note on Facebooks server.Universalism
R
154

This should work ( Kind of a trick to fool FB ;) )

  1. Create a free privacy policy here.
  2. Upload your privacy policy (the one you just created) to your google drive account.
  3. Select the uploaded privacy policy file and click on Get Shareable link. Copy and paste the generated link into your facebook app's Privacy Policy URL input box and click on save changes.

Thanks ☺️

Ripen answered 7/1, 2018 at 5:44 Comment(9)
still showing this "Your app must be available in every public store in order take your app Live. Make sure the ID 'package_name' is valid or remove the platform until the app is available."Easter
they even offer to host the policy themselves by providing a linkOdyssey
Step 1. ok Step 2: I save privacy policy in a abc.html and abc.txt step 3: I upload both of them to google driver, get shareable link. But they do not work. What's wrong ?Ironstone
@MrSpecial You only need .html file and paste the generated link into Facebook privacy policy url input box.Ripen
as I said, i used both .html, .txt as well. please take a look - drive.google.com/file/d/1_paBiGtvHj56RqBy-V0KJABAopxmvR7a/view what's wrong?Ironstone
Maybe it used to be "free", but far from it now. Even for a VERY basic privacy policy you'll probably pay $35.United
GDPR wording +$24. As a Bussiness +$14.Oxidate
This is not free at all! On the contrary, this is a severely expensive service!Carouse
It's free if you don't but the extra options. And they even host it for free, so you can just copy and paste the URL they give you into Facebook.Incorruption
S
9

This is likely the problem.

After that, I copied the note's url and pasted it to the Privacy Policy URL box. I tried to save and proceed, but than error message comes up, 'Facebook URL: Facebook URL cannot be crawled'

Instead of using a Facebook note, you're likely required to host that privacy policy yourself publicly. Given that Facebook can be a silo and hide pages whenever they like from the public web, you'd be well advised to move it to a site of yours.

This also seems to be Facebook's requirement:

Provide a publicly available and easily accessible privacy policy that explains what data you are collecting and how you will use that data.

You may use Account Information in accordance with your privacy policy and other Facebook policies. All other data may only be used outside your app after you have obtained explicit user consent.

Include your privacy policy URL in the App Dashboard.

Link to your privacy policy in any app marketplace that allows you to.

Comply with your privacy policy.

How can you do that?
There are a few options:

Hope this helps (p.s. I work for iubenda)

Selfpossession answered 27/6, 2017 at 10:8 Comment(0)
S
8

Facebook has provided a link to test your URL which will show you that your URL is as per their standard or not.

Test your URL here: https://developers.facebook.com/tools/debug/sharing/

Sacrosanct answered 3/4, 2019 at 8:37 Comment(0)
E
4

Working go to this link https://developers.facebook.com/apps then click Basic tab setting

scroll down till you see +add platform tab and click it

remove all allowed platform link android web....NB makes sure you have the details saved somewhere else ..like on notepad

then go to top and switch the mode from off to live. your app will be live then go down again to add platform and add your plaform like android or web

Encomium answered 22/10, 2019 at 22:9 Comment(0)
N
2

The URL to your Privacy Policy must be public and accessible. That's both a requirement from Facebook and law (see California Business Code and CalOPPA in the US). Here's Facebook Developer Policy:

enter image description here

If you received the Facebook URL: Facebook URL cannot be crawled try to also not block bots access to the Privacy Policy page, i.e. Facebook Link Preview could crawl it or Google bot.

Narrative answered 27/6, 2017 at 8:46 Comment(0)
P
1

For those looking for a free solution, I used https://www.termsfeed.com/privacy-policy-generator/ and it was validated in the Meta API in less than 2 minutes.

This site will offer a paid professional solution, but the free one worked like a charm.

Don't worry about hosting. the site gives you a hosted url

Professionalism answered 15/1, 2023 at 21:43 Comment(0)
M
0

Some of the previous suggestions are not for free as for now. One of the free options I found:

https://www.iubenda.com/en/start-generating

Be sure to select Facebook app, NOT Mobile app, and click "Start Generating"

Mair answered 19/10, 2021 at 2:45 Comment(0)
C
-1

Go to Dashboard, Click on the Application Go to Settings --> Basic at Sidebar Remove apps if there is any under Add platform Add policy URL and Turn the status to LIVE

and then you can add apps of your choice for live apps

Chandigarh answered 23/6, 2022 at 9:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.