I used this url to recover the tweet feed:
http://api.twitter.com/1/statuses/user_timeline/XXXX.json?callback=twitterCallback2&count=10
but I have this error:
{"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}
Somebody can help me!!!