Any reason you&#39;re not using <a href="http://drupal.org/project/twitter">http://drupal.org/project/twitter</a> ?<br><br><div class="gmail_quote">On Fri, May 20, 2011 at 8:13 AM, Jamie Holly <span dir="ltr">&lt;<a href="mailto:hovercrafter@earthlink.net">hovercrafter@earthlink.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

  
    
  
  <div bgcolor="#ffffff" text="#000000">
    Did you clear your cache after creating your hook_cron (in D7)?<br>
    <br>
    When writing modules that utilize hook_cron, I always find it easier
    to add a temporary menu path to the hook_cron (or even a hook_init)
    just to test it out. Just remember to remove that once you are done
    developing &amp; testing.<br><font color="#888888">
    <pre cols="72">Jamie Holly
<a href="http://www.intoxination.net" target="_blank">http://www.intoxination.net</a> 
<a href="http://www.hollyit.net" target="_blank">http://www.hollyit.net</a></pre></font><div><div></div><div class="h5">
    <br>
    On 5/20/2011 6:27 AM, NubianNattySeydi wrote:
    <blockquote type="cite">
      
      Hi I am a newbie in drupal module developement, I have my website <a href="http://seydinet.com/" target="_blank">http://seydinet.com</a> made
      with Managing News and now I just want create a module who if I
      run my cron post automaticly a tweet with a message telling for
      exemple &quot;4news item added in <a href="http://seydinet.com" target="_blank">seydinet.com</a>&quot;
      <div>
        So I create a module directory name seydi, I add both file <a href="http://seydi.info" target="_blank">seydi.info</a>
        and seydi.module. I have no problem with editing <a href="http://seydi.info" target="_blank">seydi.info</a>
        but the big deal is with seydi.module.</div>
      <div>I start by implementing hook_cron() then I have to implement
        the code who gonna post the tweet and I dont know how to do that</div>
      <div>Here is the begining of my code</div>
      <div><br>
      </div>
      <div>
        <div>&lt;?php</div>
        <div>
          /*</div>
        <div>implementation de hook_cron</div>
        <div>*/</div>
        <div><br>
        </div>
        <div>function seydi_cron(){</div>
        <div><span style="white-space:pre-wrap"> </span>//watchdog(&#39;seydi&#39;,
          &#39;my module just add something in cron&#39;, array(),
          WATCHDOG_DEBUG);</div>
        <div><span style="white-space:pre-wrap"> </span>//
          db stuff</div>
        <div><span style="white-space:pre-wrap"> </span>if
          (date(&#39;G&#39;, time()) == &#39;19&#39;){</div>
        <div><span style="white-space:pre-wrap"> </span>//tweet</div>
        <div><span style="white-space:pre-wrap"> </span></div>
        <div>}</div>
        <div>}</div>
        <div><br>
        </div>
        Thanks</div>
      <br>
      -- <br>
      <span style="font-family:arial,sans-serif;font-size:12px">Seydina
        Mouhamadou Ndiaye dit &quot;Nattyseydi&quot; <br>
        Administrateur Réseaux </span>
      <div><span style="font-family:arial,sans-serif;font-size:12px">Montage
          Vidéos, Etudiant en Java, </span></div>
      <div><span style="font-family:arial,sans-serif;font-size:12px">Membres
          de DakarLug, Gtug-dakar <br>
          Tel por: 77-512-35-00, fixe: 33-824-80-80 </span></div>
      <div><span style="font-family:arial,sans-serif;font-size:12px"><a href="http://nattyseydi.blogspot.com" target="_blank">http://nattyseydi.blogspot.com</a></span></div>
      <div><a href="http://twitter.com/NattySeydi" target="_blank">http://twitter.com/NattySeydi</a></div>
      <div><a href="http://www.facebook.com/nattyseydi" target="_blank">http://www.facebook.com/nattyseydi</a></div>
      <div style="text-align:left">
        <font size="3" face="&#39;lucida grande&#39;, tahoma, verdana, arial,
          sans-serif"><span style="border-collapse:collapse;font-size:11px;line-height:16px"><br>
          </span></font></div>
      <div><font size="3" color="#666666" face="&#39;Lucida Grande&#39;,
          sans-serif"><span style="font-size:11px;line-height:16px"><br>
          </span></font></div>
      <br>
    </blockquote>
  </div></div></div>

</blockquote></div><br>