My users have allowed offline access. I have the infinite access token, but can't figure out how to update the status from a cron job.
Any ideas?
My users have allowed offline access. I have the infinite access token, but can't figure out how to update the status from a cron job.
Any ideas?
You need to store their sessions somewhere, then use the setSession
method of the Facebook SDK to populate it prior to making the request as you normally would.