Documentation ¶
Index ¶
- Variables
- func CreateImageForm(imageBytes *[]byte, context appengine.Context) (*bytes.Buffer, string)
- func GetUserPhoto(photoResp *fb.Result, context appengine.Context) *image.Image
- func MainHandler(w http.ResponseWriter, r *http.Request)
- func SaveAboutUser(aboutResp *fb.Result, party string, context appengine.Context)
- func StaticHandler(w http.ResponseWriter, r *http.Request)
- func UploadPhoto(accessToken string, party string, context appengine.Context) string
- func WebHandler(w http.ResponseWriter, r *http.Request)
- type Log
Constants ¶
This section is empty.
Variables ¶
View Source
var APPSECRET = os.Getenv("APPSECRET")
View Source
var FbApp = fb.New(clientID, APPSECRET)
View Source
var THELOGOIMAGES = loadLogos(nil, "./logos", "./ribbons", "./sp")
Functions ¶
func CreateImageForm ¶
func MainHandler ¶
func MainHandler(w http.ResponseWriter, r *http.Request)
func SaveAboutUser ¶
func StaticHandler ¶
func StaticHandler(w http.ResponseWriter, r *http.Request)
func UploadPhoto ¶
func WebHandler ¶
func WebHandler(w http.ResponseWriter, r *http.Request)
Types ¶
Click to show internal directories.
Click to hide internal directories.