Problem with Facebook loaded avatar

Hi,
I added the Facebook Unity package to my project and after logging in with the following permissions:

public_profile
user_friends

or

gaming_user_picture
user_friends

I sent the token received from the Facebook package to the Nakama server to load the user’s Facebook profile
Nakama loads all the information correctly, but in the case of avatar URL, what is saved in the user’s profile is like this:

https://platform-lookaside.fbsbx.com/platform/profilepic/?asid=3585778341689000&height=50&width=50&ext=1707920947&hash=Afo0jheawxQYaLtipkl8wtkkv_U36hu1MsXefXo5SxA3Lw

This link is not available
I wanted to ask if something special needs to be done to display this image or did I go somewhere wrong?

Hello,

The same problem occurres even when you try to make test requests through Graph API explorer
So I think the problem lies on Facebook’s side.

From this Stackoverflow post you can find that it might start working when your APP goes live