Skip to content

jauderho/Apollo-CustomApiCredentials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use your own reddit API credentials in Apollo

Creating an API credential:

sign out of all accounts in Apollo before installing

  1. Sign into your reddit account (on desktop) and go here: https://reddit.com/prefs/apps

  2. Click the are you a developer? create an app... button

  3. Fill in the fields

    • name: Use whatever
    • Choose Installed App
    • description: bs
    • about url: bs
    • redirect uri: apollo://reddit-oauth
  4. create app

  5. 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";
    
  6. 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

About

Tweak to use your own reddit API credentials in Apollo

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 85.4%
  • Makefile 14.6%