user31929
user31929

Reputation: 1145

Facebook send app in review, how i can generate a free privacy policy?

I'm trying to send in review to facebook my facebook-app (related to an ios app) that post on users walls, photos and text (i'm using publish_action). Facebook require my a privacy url:

"privacy policy for login dialog and app details"

How i can create a privacy policy for my facebook app? I'm not a lawyer and my ios app doesn't require registration so i haven't a privacy and terms... I have found only a privacy generator focused on "facebook app" it is Iubenta but it's free only for the first privacy generation... The other generators aren't focused on "facebook app login dialog and app details", there a free solution?

Upvotes: 4

Views: 3124

Answers (2)

Valentin Vignal
Valentin Vignal

Reputation: 8248

I did exactly the same as in the comment of Silviu St but I put the text in a markdown file on my GitHub repo instead:

  • I copied the text from this website.
  • I changed [COMPANY-NAME] to mine and changed the date at the end.
  • Then I put the text in a .md file on my GitHub repo (instead of using wordpress) and it worked

Upvotes: 1

Silviu St
Silviu St

Reputation: 1842

I also had this problem and i searched for solutions. You can do this:

Copy from this site the privacy policy from "Application Privacy Statement" to bottom and replace [COMPANY-NAME] With your company name and [COMPANY-EMAIL] with company email and after that I've created a Wordpress free blog/site and posted it there.

I used it for Facebook like button submission and it worked for me. Hope it helps you too.

This is how my privacy policy looks like click here to see

Have a nice day.

Upvotes: 10

Related Questions