It looks like Facebook made some changes that now require an access token to retrieve a user profile pic:
https://stackoverflow.com/questions/64434913/get-facebook-user-profile-image-after-facebook-changesoctober-24
This sounds like an easy PR. However, I am new to Elixir. And also, this makes me think that it may not be as easy to store user profile pictures in the database and use them on the client because an access token will eventually expire.
Any thoughts?