I am creating a PoC to see if FusionAuth is a good solution for a app, I've got facebook identity provider setup and login generaly works.
For permissions field, I've set up public_profile,email and for Fields field I have first_name,last_name,name,picture,email.
FusionAuth does not do the initial redirect, It is done by third app and code is sent to /api/identity-provider/login, which correctly fetches email and creates user, but user is missing profile picture and name inside FusiionAuth dashboard.
I see the docs for facebook login specifying fetching profile picture, so I assume it should have linked it and should have mapped facebook name to FusionAuth name?