views:

40

answers:

1

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?

A: 

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.

Johannes Gorset