awesome-notebooks
awesome-notebooks copied to clipboard
Facebook - Get friends list
Objective: extract the list of my facebook friends from API
Input : API KEY
Model: Get list of friends using SDK https://github.com/mobolic/facebook-sdk
Output: Display dataframe
@jravenel Please have a look at this
https://stackoverflow.com/questions/50095522/how-to-get-whole-facebook-friends-list-from-api
https://stackoverflow.com/questions/23417356/facebook-graph-api-v2-0-me-friends-returns-empty-or-only-friends-who-also-u
https://stackoverflow.com/questions/23507885/retrieve-full-list-of-friends-using-facebook-api
Looks like there are some api changes in the recent versions which are not allowing to get the details easily. Although I am just getting the count of friends in my list.
I am looking for some more ways to get the details.