https://github.com/foxtacles/fa2fb
Publish FurAffinity submissions on a facebook page (cronjob)
https://github.com/foxtacles/fa2fb
Last synced: 3 months ago
JSON representation
Publish FurAffinity submissions on a facebook page (cronjob)
- Host: GitHub
- URL: https://github.com/foxtacles/fa2fb
- Owner: foxtacles
- Created: 2013-03-17T03:33:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-30T20:16:13.000Z (about 12 years ago)
- Last Synced: 2025-02-24T14:13:57.677Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fa2fb
=====Publish FurAffinity submissions on a facebook page (cronjob)
Use
=====
Create a file 'config.php' (see config_new.php). Add your Facebook app details, page ID, and access_token (generate one which doesn't expire too soon). Install a crontab, for example:> crontab -e
Append:
> */1 * * * * php -f /home/foxtacles/fa2fb/fa2fb.php &> /dev/null