change Twitter ID screen_name → user_id

This commit is contained in:
Kazuki Okamoto 2016-02-28 16:48:56 +09:00
parent aae32399f1
commit 5a25e5e53b

View File

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