Skip to content

Instantly share code, notes, and snippets.

@courtsimas
Created June 8, 2011 03:25
Show Gist options
  • Save courtsimas/1013713 to your computer and use it in GitHub Desktop.
Save courtsimas/1013713 to your computer and use it in GitHub Desktop.
begin
SystemTimer.timeout_after(5, MyCustomTimeoutException) do
profile_pic = Koala::Facebook::GraphAPI.new.get_picture(fb_uid, :type => "large")
end
rescue MyCustomTimeoutException => e
ENV['BTS_HOST'] + "/images/missing.png"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment