The application registration page asks about read/write access. What constitutes a write?
Many users trust an application to read their information but not necessarily change their name or post new statuses. Updating information via the Twitter API – be it name, location or adding a new status – requires and HTTP POST. We stuck with the same restriction when implementing this. Any API method that requires an HTTP POST is considered a write method and requires read & write access.