libstackexchange-0.1.0.0: StackExchange API interface

Safe HaskellNone

Network.StackExchange.Auth

Contents

Description

StackExchange authentication helpers

Synopsis

Authentication related routines

askPermission :: Int -> Text -> Request a n rSource

Construct URI at which user should approve app

accessToken :: Int -> Text -> Text -> Text -> Request a n TextSource

Request access_token from StackExchange