I'm attempting to access my Twitter feed (sent from a smartphone) for a local application, as Twitter is remote... I created a jQuery + JSON script, but with my overly frequent setInterval at 25ms, I quickly hit the limit of 150 requests per hour and fail (like a whale)... Do you know if the Twitter API can assist me in achieving more "read only" functionality? Another option would be to create my own Twitter parser to extract information from html (a small bot), but that seems quite silly...
Thank you