VKHS-0.5.3: Provides access to Vkontakte social network via public API

Safe HaskellNone
LanguageHaskell98

Web.VKHS.Login

Synopsis

Documentation

login :: Env LoginEnv -> IO (Either String AccessToken) Source

Execute login procedure, return (Right AccessToken) on success

env Source

Arguments

:: String

Client ID (provided by VKontakte, also known as application ID)

-> String

User email, able to authenticate the user

-> String

User password

-> [AccessRight]

Access rights to request

-> Env LoginEnv 

Gathers login information into Env data set.