linkedin

package
v0.0.0-...-dffa276 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2023 License: MIT Imports: 3 Imported by: 3

Documentation

Index

Constants

View Source
const (
	ProviderId = 6
	Scheme     = "https"
	Host       = "api.linkedin.com"
	Opaque     = "//api.linkedin.com/v1/people/~:(id,first-name,email-address,picture-url,public-profile-url)?format=json"
	AuthURL    = "https://www.linkedin.com/uas/oauth2/authorization"
	TokenURL   = "https://www.linkedin.com/uas/oauth2/accessToken"
)

Variables

View Source
var Config = Oauth2Config()
View Source
var RequestURL = &url.URL{
	Scheme: Scheme,
	Host:   Host,
	Opaque: Opaque,
}

Functions

func Oauth2Config

func Oauth2Config() *oauth2.Config

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL