How to show all tweeted data in XML file through twitter api? -


when i've typed in browser address bar "https://api.twitter.com/1/users/show.xml?id=valid_twitter_user_id" show last tweeted xml data of account. it's perfect me, want tweeted data twitter account. tell me how data through method? or there other method or api tweeted data account.

thank in advanced!

with api function using cannot tweets undestand documentation. have @ documation api twitter @ url dev.twitter.com/docs

i think functionality looking reached combining uri have posted information of user acccound, , use https://dev.twitter.com/docs/api/1/get/statuses/user_timeline lates tweets. documentation states use calling uri https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&include_rts=true&screen_name=twitterapi&count=2 twitterapi replaced id or screen name.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -