Hi;
I want to get author information using twitter API.
When the author name is a single word, the data is coming.But when
author name is in firstName LastName format(both separated by space)
then no info is coming.

I am using the below Query to get it.

http://api.twitter.com/1/users/show.xml ?id=value.

The below is giving me result.
http://api.twitter.com/1/users/show.xml ?id=dunkin

The below is not working...It's giving error.
http://api.twitter.com/1/users/show.xml ?id=dunkin donut

I also try with
http://api.twitter.com/1/users/show.xml ?id=dunkin donut  but did
not work.

Please help.

Regards
Mano

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to