Twitter json feed? -
does know can find json feed page?
http://twitter.com/#!/microsoft
the closest have found this:
http://twitter.com/status/user_timeline/microsoft.json
but not include tweets, i.e.
" ... server room going empty & we’re going install jacuzzi in it." http://bit.ly/j1n82d
is missing
it seems method you're using request feed has been deprecated (at least couldn't find in current docs). anyways here's do:
http://api.twitter.com/1/statuses/user_timeline.json?screen_name=microsoft&include_rts=1
this fetch 20 of microsoft's latest tweets, , include_rts=1
include retweets them.
Comments
Post a Comment