I'm trying to use the facebook graph api to get public information from business pages, but I'm confused by the app review system. I don't intend to make an app that interfaces with anyone; I just want to get other businesses' information on public pages for my own use. Is there an easy way to do this? Can I use an app token without making an actual app? I've read all of the documentation but I'm still lost.
Asked
Active
Viewed 275 times
0
-
Unless someone was to give you their token ... of course you need to create your own app first. And to get information from pages you do not have administrative control over, you will have to submit your app for feature review, https://developers.facebook.com/docs/apps/review/feature#reference-PAGES_ACCESS – CBroe May 15 '18 at 09:44
-
Will I need to submit for login review, or can I just use an app token to access the page data I'm interested in? – James May 15 '18 at 16:28
-
Not sure; traditionally the app access token allowed access to some data, but I wouldn’t be surprised if that got more restricted by now. – CBroe May 16 '18 at 06:48