Burak Karasoy
Burak Karasoy

Reputation: 1690

android facebook what is privacy policy url?

I am developing an android app. It first asks permission(publish_actions) if it is okey it shares a bitmap image from my app. In developers.facebook page, It requires privacy policy url. Do I have to add one? I am not using any information of users just checking if they are allowed my app after they login.If I have to, what is this privact policy?

Do I have to pay money to facebook because ı am using their sdk?

Can I use facebook icons?

Upvotes: 0

Views: 970

Answers (1)

Edy Aguirre
Edy Aguirre

Reputation: 2143

If you share an image, you will need to have activated (publish_actions) ,because it is necesary for lets people post to Facebook using a custom composer, Publishes Open Graph stories or Publishes content to Facebook automatically.

So, to ask for approval of this permission is required have a url containing your Privacy Policy, but you can generate in http://www.generateprivacypolicy.com/, http://www.iubenda.com/.

you don't have to pay for use SDK

Upvotes: 1

Related Questions