facebook

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Fields        = "first_name, last_name, email, timezone, gender, picture.height(800)"
	GraphEndpoint = "https://graph.facebook.com/me"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GraphInfo

type GraphInfo struct {
	Error     graphError
	Id        string
	FirstName string `json:"first_name"`
	LastName  string `json:"last_name"`
	Name      string
	Picture   picture
	Email     string
	Timezone  int
	Gender    string
}

func FbUserInfo

func FbUserInfo(accessToken string) (GraphInfo, error)

Jump to

Keyboard shortcuts

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