<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    While reading the Twitter documentation, I realized they have an <a
      href="https://dev.twitter.com/oauth/application-only">Application-Only
      authentication mechanism</a> that is quite easy.<br>
    <br>
    They are using client_id and client_secret in a BasicAuth fashion in
    order to get a BearerToken on this URL <tt>/oauth2/token</tt><br>
    <br>
    This could be a quite easy solution to implement I guess while
    reusing the current ecosystem we have.<br>
    <br>
    Best regards,<br>
    <br>
    Rémy<br>
  </body>
</html>