authenticate-0.6.3: Authentication methods for Haskell web applications.Source codeContentsIndex
Web.Authenticate.Facebook
Documentation
data Facebook Source
Constructors
Facebook
facebookClientId :: String
facebookClientSecret :: String
facebookRedirectUri :: String
show/hide Instances
newtype AccessToken Source
Constructors
AccessToken
unAccessToken :: String
show/hide Instances
getForwardUrl :: Facebook -> [String] -> StringSource
accessTokenUrl :: Facebook -> String -> StringSource
getAccessToken :: Facebook -> String -> IO AccessTokenSource
graphUrl :: AccessToken -> String -> StringSource
getGraphData :: AccessToken -> String -> IO StringObjectSource
Produced by Haddock version 2.6.1