Tema: problemas
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/01/2010, 20:37
snahor
 
Fecha de Ingreso: octubre-2009
Mensajes: 32
Antigüedad: 14 años, 7 meses
Puntos: 2
Respuesta: problemas

Porque no pruebas con:

Código:
<?php

$xml = simplexml_load_file("http://twitter.com/statuses/user_timeline/Cocert.xml?count=1");

$ultimo_tweet = $xml -> status -> text;

echo $ultimo_tweet;

?>