Thank you, I see it @rp_st , but the inconvenient thing here is we have to make 2 API requests to facebook for the same API, whether will there be a patch in the future such as allowing getProfileInfo of built-in provider that can receive params from outside
r
rp_st
12/28/2022, 5:50 AM
yea at the moment, it will be 2 API calls indeed.
You can provide your own impl for the getProfileInfo function but the return type doesn't allow for any extra info to be passed.
We are working on a fix to this where all the info from the profile API will be passed back to you. So depending on the scope, you would have all info without querying fb again. This is expected to be released sometime in Feb.
h
hwihwi6108
12/28/2022, 5:52 AM
It's great @rp_st , that is what I expect, looking forward to see it, thank you for your very details reply 👍