Hello everybody, i try to make a little app wich use the twitter API. I get the access token and i want to make a user search but i can't find the good url.
I tried this : "http://api.twitter.com/1/users/show.xml? screen_name=dougw" just to know if it works and i get this : <?xml version="1.0" encoding="UTF-8"?> <user> <id>1401881</id> <name>Doug Williams</name> <screen_name>dougw</screen_name> <location>San Francisco, CA</location> ......... It's fine but then i tried this : "http://api.twitter.com/1/users/ search.json?q=Doug%20Wiliams" and i get this : "The remote server returned an error: (401) Unauthorized." I don't understand why it doesn't work ... Thank you. -- 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
