mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
This will allow for differing handling of permissions based on application type. * Web app: Web-hosted application. Can keep a client_secret * Installed app: e.g., android app. Client secret is not so secret See also: https://developers.google.com/accounts/docs/OAuth2InstalledApp * Script: For simple scripts and bots. Client secret is assumed secret.