php - Getting A Specific Twitter Status -


i've been trying contents of specific status using status url e.g http://twitter.com/#!/jquery/status/36102693709680640 , username associated status. in case, @jquery

is there way in php and/or jquery?

the best way use twitter api. must perform http request on correct uri , data returned in xml format. you'll parse xml needed data.

the twitter username under thescreen_name tag.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -