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

FacebookUrlFacebook LoginPrivacy Policy

Facebook Problem Overview


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.

Facebook Solutions


Solution 1 - Facebook

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 ☺️

Solution 2 - Facebook

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)

Solution 3 - Facebook

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/

Solution 4 - Facebook

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.

Solution 5 - Facebook

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

Solution 6 - Facebook

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"

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionChang Hyun Patrick KimView Question on Stackoverflow
Solution 1 - FacebookAhtishamView Answer on Stackoverflow
Solution 2 - FacebookSimonView Answer on Stackoverflow
Solution 3 - FacebookShahbaz AkhtarView Answer on Stackoverflow
Solution 4 - FacebookTermsFeedView Answer on Stackoverflow
Solution 5 - FacebookNthenge NgumoView Answer on Stackoverflow
Solution 6 - FacebookAlexander NikolenkoView Answer on Stackoverflow