Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

cron-task is a task (command or shell script) executed periodically at certain times or dates by the cron scheduler.

learn more… | top users | synonyms

-1
votes
2answers
266 views

Executing AJAX written in a php script with cron

I've written a php script that reads data from facebook user's profile and sends it to my server through ajax .This script needs to run in intervals, so i added a cron. All the php functions and ...
1
vote
1answer
191 views

How can I log into Facebook without user intervention?

What I have I have an app which able to get access_tokens of 2 hours and then 60 days. What I need I need to be able to run a cron job once once a month using my Facebook ID and password and tha ...