package
Version:
v0.0.0-...-7cde619
Opens a new window with list of versions in this module.
Published: Aug 31, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func TwitterRequestToken(request map[string]interface{}) (map[string]interface{}, error)
type RequestTokenResponse struct {
OauthToken string `json:"oauth_token"`
OauthTokenSecret string `json:"oauth_token_secret"`
OauthCallbackConfirmed bool `json:"oauth_callback_confirmed"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.