authentication - Check if twitter username exists -


Does a Twitter username exist or not? Without authenticating with Oath or Twitter original authentication? According to API docs, you can pass an email to the user / show method, I believe,

If no users are present, you should get 404 back, which should allow you to determine if the user exists or not.

Example:

No results are available:

   

Comments