Hello,
I’m new to Auth0. I’m trying to build a web app using NestJS, Postgres and React, where users can login with Facebook account and post to their page.
I am looking for a way to retrieve user’s Facebook ID and page ID.
Also how to profile users and connect to Postgres to save user’s data, such as uploaded images, etc?
Please enlighten me or let me know where should I read up.