Fix Twitter integration documentation to specify OAuth 1.0a
What does this MR do and why?
Contrary to the long-standing documentation, we only support
integration via OAuth 1.0a, not 2.0. The omniauth-twitter
gem
(https://github.com/arunagw/omniauth-twitter) depends on
omniauth-oauth
, not omniauth-oauth2
.
Relates to #366213 (closed)
Edited by Stan Hu