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.

Timer is a control that has the functionality to trigger a user defined action at regular intervals as configured by the user.

learn more… | top users | synonyms (1)

0
votes
2answers
112 views

How to call a particular method every some seconds in c#?

"Robot Game" is the first basic game I developed. The Magenta '#' character is an enemy and it is supposed have a random movement in this map, but its random movement is too fast and I tried to use ...
0
votes
0answers
75 views

Fixing a bug in our ticker (mathematical?) [closed]

Fixing a bug in our ticker (mathematical problem?) Hello together, You might know this from a lot of Facebook games. You have, let’ say 7 units of energy, heart, fuel, etc. Whenever you play (or ...
0
votes
1answer
263 views

Greasemonkey timer and replace

The timer should check and replace a text every 1 sec on Facebook chat submit message box function gopi() { ...
6
votes
2answers
363 views

Timer fired every 100ms if you add a facebook like button

I have noticed that Facebook's XFBML like button adds a timer that triggers every 100ms. Does anyone knows why? Also, is it possible to remove this timer? I think this is a bug because 100ms means it ...
3
votes
2answers
236 views

Something bugging me about Facebook Timer

If you have used Facebook, you might have the noticed there is a timer in everything that appears on the page, which are constantly updating in minutes. Which, I am wondering is not affecting the ...