chipulaja / facebook-photo-albums-downloader

tools to download all photo albums from specific account Facebooks
2 stars 1 forks source link

How do we use this? #1

Closed shillshocked closed 6 years ago

shillshocked commented 8 years ago

I got my token, but how do I run the script?

chipulaja commented 8 years ago

please open file example.php, change with your rule for example

$token = "1234567890abcdefghijklmnopqrstuvwxyz"; $account = "chipul.aja";

to run this program

  1. open your terminal console
  2. go to directory cd "/path/facebook-photo-albums-downloader-master"
  3. run the program php example.php

screenshot from 2016-06-22 10 25 50