From what I can tell, Twitter and Readability differ in the order of the OAuth process. Twitter requires:
- request_token
- authorize / authenticate
- access_token
whilst Readability requires:
- authorize
- request_token
- access_token
Meanwhile, the OAuth spec states that the twitter flow is the correct one. Am I missing something, or has readability got this the wrong way round?