change Twitter ID screen_name → user_id
This commit is contained in:
parent
aae32399f1
commit
5a25e5e53b
@ -103,7 +103,7 @@ authTwitter key secret = authOAuth
|
|||||||
, oauthConsumerSecret = secret
|
, oauthConsumerSecret = secret
|
||||||
, oauthVersion = OAuth10a
|
, oauthVersion = OAuth10a
|
||||||
})
|
})
|
||||||
(mkExtractCreds "twitter" "screen_name")
|
(mkExtractCreds "twitter" "user_id")
|
||||||
|
|
||||||
twitterUrl :: AuthRoute
|
twitterUrl :: AuthRoute
|
||||||
twitterUrl = oauthUrl "twitter"
|
twitterUrl = oauthUrl "twitter"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user