I have written a code to obtain peoples birthdays from my Friends list on facebook and wish them a happy birthday if it is the persons birthday. However the script takes to long and always times out. This is because it has to request each persons birthday 1 at a time and wait for an answer. So the script will continue to take a while. How do I lengthen the time for a script to run?