Revert "change Twitter ID screen_name → user_id"

This reverts commit 5a25e5e53b.
This commit is contained in:
Kazuki Okamoto 2016-02-29 00:00:42 +09:00
parent 5a25e5e53b
commit d46d754555

View File

@ -103,7 +103,7 @@ authTwitter key secret = authOAuth
, oauthConsumerSecret = secret
, oauthVersion = OAuth10a
})
(mkExtractCreds "twitter" "user_id")
(mkExtractCreds "twitter" "screen_name")
twitterUrl :: AuthRoute
twitterUrl = oauthUrl "twitter"