Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 297
Chang Hyun Patrick Kim Avatar asked Jun 26 '17 16:06

Chang Hyun Patrick Kim


People also ask

How do I add a privacy policy link to my Facebook page?

How to add a privacy policy to your Facebook page. Facebook allows you to link to your privacy policy on your page: click on About > Edit Privacy Policy to enter your privacy policy link.

What should a privacy policy URL include?

A privacy policy URL is a link to the webpage where your privacy policy is posted. Once you've created a privacy policy, you need to host it online so users can review your privacy policy before interacting with your site or using your app.


1 Answers

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

like image 89
Ahtisham Avatar answered Oct 09 '22 17:10

Ahtisham