Could not able to login into facebook using the passport js in nextjs app

140 views Asked by At

I have added passport js to my application and tried to implement the facebook login using that npm package.But after login to the facebook im getting the below issue from the facebook.Can anyone help? Error image here

Configuration image in meta developer account:Config image description here

Expecting the response after login from the facebook

1

There are 1 answers

0
Abdelmonaem Shahat On

I think using the next-auth package or clerck will fit all your needs, so I highly recommend you use one of them instead of using passport package.