Documentation
¶
Index ¶
Constants ¶
View Source
const ( GraphHost = "graph.facebook.com" AuthUrl = "https://graph.facebook.com/oauth/authorize" TokenUrl = "https://graph.facebook.com/oauth/access_token" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Profile ¶
type Profile struct { Id string `json:"id"` Username string `json:"username"` Name string `json:"name"` FirstName string `json:"first_name"` LastName string `json:"last_name"` Link string `json:"link"` Gender string `json:"gender"` Timezone float32 `json:"timezone"` Locale string `json:"locale"` Verified bool `json:"verified"` UpdatedTime string `json:"updated_time"` Hometown Item `json:"hometown"` Location Item `json:"location"` Sports []Item `json:"sports"` FavoriteTeams []Item `json:"favourite_teams"` Languages []Item `json:"languages"` InspirationalPeople []Item `json:"inspirational_people"` }
Click to show internal directories.
Click to hide internal directories.