Does anyone know where I can find a json feed for this page?
http://twitter.com/#!/microsoft
The closest I have found is this:
http://twitter.com/status/user_timeline/microsoft.json
but that does not include all the tweets, i.e.
” … that server room is going to be
empty soon & we’re going to install my
Jacuzzi in it.” http://bit.ly/j1N82d
is missing
It seems the method you’re using to request the feed has been deprecated (at least I couldn’t find it in the current docs). Anyways here’s what I would do:
This will fetch 20 of microsoft’s latest tweets, and
include_rts=1will include any retweets by them.