when I access https://api.twitter.com/1.1/users/show.json?resources=search with OAuth, it returns {“errors”:[{“code”:50,“message”:“User not found.”}]} why does this happen?
What are you trying to do here? the users/show endpoint doesn’t take a ?resources parameter, it takes an id or screen_name - so is there a chance you’ve mixed up two API calls here?
users/show
?resources
id
screen_name
You are right, I mixed up them Thank you very much