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

82,270

Solution 1

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

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

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

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

Share:
82,270
Admin
Author by

Admin

Updated on July 08, 2022

Comments

  • Admin
    Admin almost 2 years

    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.