Setting Up FB Login with PHP

Main Ref Another ref Ref for Login with DB Facebook login manual flow Facebook tutorial for login with JS Full JS reference Create FB App Created App Under Settings >> Basic set App domains get App Id and App secret Download facebook graph sdk Graph SDK Git composer require facebook/graph-sdk copy index.php and profile.php replace…

Getting Albums of facebook account

https://developers.facebook.com/docs/graph-api/reference/user/albums/ HTTP request is GET /v12.0/{user-id}/albums HTTP/1.1 Host: graph.facebook.com To test/use http Search fb api test in google https://developers.facebook.com/tools/explorer/ Add user_photos permission, in "Permissions" (bottom right) "Generate Access token" Copy me?fields=albums and submit. (if it is for posts during a specific period, use me/posts?fields=message,created_time&since=1631146270&until=1631405470 , to get time stamps in this case use this service…