Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting user_posts permission approved?

I've been working on a platform similar to http://vonvon.me and http://wittybunny.com which consists of little apps which users can try out with their facebook account logged in.

However I'm extremely annoyed that facebook is not approving the user_posts permission giving the following reason everytime:

enter image description here

I also created a video walking through how the app uses the permission at the backend to access user posts to determine number of likes on them and randomly choosing a friend on that basis, or maybe just determine the count of posts. I've submitted it 3 times but they have still the same response. What do I have to fix? My site: http://abfb.ml

like image 720
mehulmpt Avatar asked Sep 13 '25 12:09

mehulmpt


1 Answers

Yes, it's bit difficult to get this permission approved. I had this same problem in one of my projects few months back. I used following steps carefully to get this approved.

  • First, create a video that you can upload to facebook which contains the complete flow of your application.
  • Start video with first home screen then go to login page.
  • Then show how user will link his facebook account with your application. Show how user allow the different permissions
  • Then go back to your application and try to show how you are going to use this permission. For eg if you are going to use this for post then try to show posting by your app.
  • Last point, steps you are showing in the video should also be sent as text written when you submit it for app review.

This way i got my user_posts permission in my project.

like image 120
Dalvinder Singh Avatar answered Sep 16 '25 12:09

Dalvinder Singh