Python – Facebook API – Need a working example
The unofficial fork of the python sdk is still working fine for me. To retrieve your friends, generate an access token here: https://developers.facebook.com/tools/access_token/ Limitations: A user access token with user_friends permission is required to view the current person’s friends. This will only return any friends who have used (via Facebook Login) the app making the … Read more