This is something that we as a group are looking into so i thought i would ask here.
We have a basic android app that we want to share with our facebook group, however we dont want just anyone being able to use the app.
My question: Is there a way that your API could integrate the app and our phpbb forum (we are rebuilding the forum and plan to use social login on the forum, working absolutely perfect on a test). What we really need: for users to be able to login to the app via social login and the app checks phpbb that they are:
A. a registered user
B. they are in a specific group or groups if we include moderator and admin
if the above returns true then allow access to the app.
Answers
I think i could write a php file that would check the user row in the database and return back true or false for group id then return a json statement of true or false. Im just not sure where to start with it, I am starting to understand a little more though which is always a good thing.