When I use browsers to access https://api.twitter.com/1.1/users/show.json?screen_name=twitterdev, it returns “http 400 bad request, the webpage cannot be found”. Please help me
You won’t be able to access that URL with a browser, as it requires OAuth. You should use a code library to make your request, or a tool like twurl.
thx