"[Machinery] will never be a substitute for the face of a man, with his soul in it, encouraging another man to be brave and true." — Charles Dickens
So, you’ve signed in to an application using Twitter OAuth. Now what? With read and write access, an application can:
Basically, allowing access via OAuth can enable application developers to do a lot of things. However, because they don’t have your password, you can revoke your connection to the application via the appropriate settings to stop any further mis-use of your account. Unlike giving an application your password (that they could easily store, and then change) once an access token created by OAuth is revoked, the pesky developer will have no further access to your account details. Unless the damage has already been done. Be wary of applications that request read and write access, particularly ones that just read tweets. Anything that involves sending, updating, or deleting will require read and write access. I could tell you about accessor and mutator methods, but, I won’t.
Loading posts...