Handbook
Glossary
twitter-authorize-url ( token -- url )
Vocabulary
twitter
Inputs
token
an
object
Outputs
url
an
object
Definition
USING:
accessors
kernel
twitter.private
urls
;
IN:
twitter
:
twitter-authorize-url
( token -- url )
"oauth/authorize"
twitter-url
swap
key>>
"oauth_token"
set-query-param
;