sign out of all accounts in Apollo before installing
-
Sign into your reddit account (on desktop) and go here: https://reddit.com/prefs/apps
-
Click the
are you a developer? create an app...
button -
Fill in the fields
- name: Use whatever
- Choose
Installed App
- description: bs
- about url: bs
- redirect uri:
apollo://reddit-oauth
-
create app
-
After creating the app you'll get a client identifier; it'll be a bunch of random characters. Put it in
Tweak.m
:static NSString * const kRedditClientID = @"CLIENT_ID_GOES_HERE";
-
build and install
For now Apollo will still use the original API creds for other services (like imgur), but i'll update this to support replacing those as well