oauth: add twitter

This commit is contained in:
Adhityaa Chandrasekar
2019-02-22 21:23:24 -05:00
parent d367ac8391
commit c07f3e8b9f
9 changed files with 212 additions and 0 deletions

View File

@@ -15,5 +15,9 @@ func oauthConfigure() error {
return err
}
if err := twitterOauthConfigure(); err != nil {
return err
}
return nil
}