seanyo / Hello-I-Tweet-As

Name Tags are Back...in Twitter Form! Twitter's the New Name Tag!
itweet.as
2 stars 2 forks source link

Twitter ID isn't validated before creating name tag #2

Closed seanyo closed 13 years ago

seanyo commented 13 years ago

This issue is basically a todo list for validating the tid.

When we start working on each of these todos, remove it from this issue and start a new one for that specific work.

ccharles commented 13 years ago

Removing the following issue (fixed along with issue 5):

Twitter ID also needs to be tested for public/private status; if the account is private we should ask for their credentials in a friendly way - I'm not sure if full blown OAuth is needed or not, but I could see that it might be: http://dev.twitter.com/pages/oauth_faq

ccharles commented 13 years ago

Removing the following issues (fixed in issue #6):

ccharles commented 13 years ago

Do we need to distinguish between "invalid Twitter ID" (i.e. this profile cannot exist) and "Twitter can't find your profile" (i.e. this profile can exist, but probably doesn't)?

ccharles commented 13 years ago

I'm going to go ahead and close this. I don't see any value in testing for a possibly valid TwitterID before requesting the JSON file from Twitter.

If there is a valid reason to test this (and some reliable source can be found for what actually is a valid Twitter ID) this can be reopened.