Twitter API , como incluir últimos tweets con javascript
Categories: Twitter - Tags: twitterDesde hace un tiempo Twitter está realizando cambios en la API. Hasta hace poco la siguiente url funcionaba correctamente : http://twitter.com/statuses/user_timeline/chifliiiii.json?callback=twitterCallback2&count=2 en la página de un cliente y hoy me ha llamado diciendo que no mostraba más tweets.
Es por que hace un tiempo que dejo de funcionar y en cambio devuelve:
twittercallback({"errors":[{"message":"Sorry, that page does not exist","code":34}]});
Es por ello que hay que cambiar la url del script a la nueva API.
Read more



Últimos Comentarios