Documentation
¶
Index ¶
- Constants
- func ParseResponseUrl(responseUrl string) (string, string, string, error)
- type Api
- func (vk *Api) GetAuthUrl(redirectUri string, responseType string, client_id string, scope string) (string, error)
- func (vk *Api) LoginAuth(email string, password string, client_id string, scope string) error
- func (vk *Api) Request(methodName string, params map[string]string) string
- func (vk *Api) SetDebug(s bool)
Constants ¶
View Source
const API_METHOD_URL = "https://api.vk.com/method/"
View Source
const AUTH_HOST = "https://oauth.vk.com/authorize"
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.