help with alarm code

  if (LedState == HIGH)
  {
    LedState==LOW;

Time to start reading a basic C tutorial. Don't just thrash around posting whatever comes into your head.

Do some simple programs first. Get the hang of it. Trying to do Twitter in your first code is ridiculous.