I am making a static webpage on my website in which I show how the counting of a particular Facebook page. No login is required to view this web page. In addition, I do not want the user to log in with his Facebook account to see a Facebook page, for example, an account.
I fulfilled this requirement using the Facebook application token.
API: " https://graph.facebook.com/PAGE_ID?access_token=APP_TOKEN "
But the problem is this: if I use the app token of an already approved Facebook app with some permissions (manage_pages), it works. It does not work for the application token of the newly created Facebook application.
I submitted the application for viewing on Facebook, requesting permission to manage_pages, but they rejected the application and said that my site did not have the Facebook login feature.
Since it is not clearly documented, I doubt that the application needs to be sent for verification if I want to get a Facebook page, for example, an account without logging into Facebook (using the Facebook application token)? If so, what permission do I want to request?
Any help would be greatly appreciated.
facebook facebook-graph-api facebook-app-requests
Jayaprakash Oct 13 '15 at 16:12 2015-10-13 16:12
source share