tomatoes icon indicating copy to clipboard operation
tomatoes copied to clipboard

Update Twitter auth API endpoint to use OAuth Echo

Open potomak opened this issue 9 years ago • 0 comments

A OAith 1 access token/secret pair can be shared only across clients using the same id/secret, so the current implementation of API's Twitter auth is basically unusable. To let consumers use Twitter auth flow let's implement a new version of the endpoint that supports OAuth Echo.

See also:

  • https://dev.twitter.com/oauth/echo
  • https://github.com/potomak/tomatoes/issues/15#issuecomment-253957149

potomak avatar Oct 15 '16 02:10 potomak