I'm trying to make this request "oauth / request_token" on twitter using go.
// GET PARAMS TO REQUEST
t := time.Now().Format("20060102150405")
values := make(url.Values)
values.Add("oauth_nonce", auth.ANonce)
values.Add("oauth_callback", auth....
asked by
08.05.2018 / 14:39