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.

A scheduled task is a computer task that is scheduled to happen at a certain time and may repeat.

learn more… | top users | synonyms (2)

0
votes
1answer
415 views

Automatically update an image on an ASP.Net WebForm on a schedule

So I am using c# and asp.net webforms to make an image change by itself each week. Eventually this is going to be a facebook application (iframe). What is the best approach to do the above? I have ...
1
vote
1answer
495 views

Get Facebook access token in C# application

A client is looking for a way to download metrics from Facebook regarding their website and aggregate them in their database for reports on website usage. After some study it became evident that ...
4
votes
1answer
277 views

facebook apps: scheduling a task

Is there any way to schedule a task in a Facebook app, that I am going to create? I would like it to run some operation every week. EDIT For example I would like to schedule posting something on ...