utmsigep / member-directory

📖 Membership directory manager with API integrations.
https://utmsigep.github.io/member-directory
MIT License
27 stars 11 forks source link

Remove Facebook user images #219

Closed stephenyeargin closed 3 years ago

stephenyeargin commented 3 years ago

Add a console command to remove Facebook images from the photoUrl property of members as we can no longer load those in without an access token.

$ bin/console app:remove-fb-images

From https://developers.facebook.com/docs/graph-api/changelog/non-versioned-changes/oct-24-2020/

User Picture

GET /user/picture now requires an access token if querying a User ID (UID). Querying an App-Scoped User ID still does not require an access token.