Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"pages_show_list" permission not listed in "add items to this submission" for Facebook app

I have a Facebook web application, that was just reviewed and approved by Facebook, so it's generally public. The application needs to be able to get the data about user accounts, so it needs either manage_pages or pages_show_list permission from user to work correctly. I don't need to manage user pages, only list them, so I want to request for pages_show_list login permission. However, when I go to the app settings and then "status & review" -> "items in review" and I click "add items to this submission" I see list of items, but there's no pages_show_list under "login permissions section".

How do I request for that item?

As an aside note: I know that Facebook added this permission recently, in Graph API v2.5, can that be a problem? My app used to make requests for the earlier versions of the API, but there's no general switch to choose what version to use (is it?), so I assume that Facebook doesn't limit this functionality for me because of that.

like image 323
Kuba Jagoda Avatar asked Dec 17 '15 14:12

Kuba Jagoda


1 Answers

Okay, I got the answer from Facebook Support. It states that this permission doesn't require any additional review and you can just use it.

like image 62
Kuba Jagoda Avatar answered Jan 01 '23 09:01

Kuba Jagoda