EthanArbuckle / Apollo-CustomApiCredentials
- понедельник, 3 июля 2023 г. в 00:00:01
Tweak to use your own reddit API credentials in Apollo
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
Installed App
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