#fbmdown - Facebook Message Downloader This is my small pet project but it might be useful for someone. It does what is in its name: downloads whole conversation threads from your Facebook inbox folder!
Run fbmdown-cli.py and follow the help.
##How to get an Access Token?
- Go to Graph API Explorer
- Click on
Get Access Token - Deselect all except the
read_mailboxunderExtended Permissions - Click
Allowin the pop-up. This will allow theGraph API Explorerapp to access your inbox - Select and copy the text from
Access Tokenand insert it intofbmdown.pywhere it is needed - Enjoy!