This document discusses using Python for social network analysis on Facebook data. It provides examples of:
- Connecting to the Facebook API and obtaining an access token
- Retrieving user and friend data via API calls
- Analyzing likes on posts to determine who likes a user's posts the most
- Performing text mining on post messages using NLTK and Jieba to determine popular topics
- Modeling the friendship network as a graph and using NetworkX and community detection to identify groups within the social network.