download-photos-in-uid-facebook
python code used to download all images contained in a facebook uid , the uid can be profile,group,fanpage
- GUIDE *
++++++++++++++++++++
STEP 1: Create 2 text files idFB and token in the same place where getpicture.py
STEP 2: Get your facebook token and paste it into the token.txt file
STEP 3: Get the facebook uids that you want to get the picture and paste it into the file idFB.txt . Note 1 uid per line
STEP 4: Run file getpicture.py in python
++++++++++++++++++++ - Note that if facebook blocks you from taking photos, you will have to wait for a few hours *
- Please advise me if my code has errors. Thanks *