cron job for updating user profile data imported via facebook connect
- by Abidoon Nadeem
I want to write a cron job for updating user profile data on my website that I pull for users that register via facebook connect on my website.
The objective is to keep their profile data on my website in sync with their profile data on facebook. So if a user updates their profile picture on facebook. I want to update his profile picture on my website as well via a cron job which will run every 24 hours.
I wanted to know if this is possible and secondly if this is in violation of facebook privacy policy.
Based on my research it seems doable but I wanted to know if anyone has already done something like this before. It would really help.