Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FACEBOOK = &oauth.Config{
ClientId: "95341411595",
ClientSecret: "8eff1b488da7fe3426f9ecaf8de1ba54",
AuthURL: "https://graph.facebook.com/oauth/authorize",
TokenURL: "https://graph.facebook.com/oauth/access_token",
RedirectURL: "http://loisant.org:9000/Application/Auth",
}
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
*revel.Controller
}
func (Application) Index ¶
func (c Application) Index() revel.Result
Click to show internal directories.
Click to hide internal directories.