sign out of all accounts in Apollo before installing
- Install the tweak and launch Apollo.
- When prompted, sign into reddit.com.
- After signing in, you'll be redirected to your account's "developer apps" page.
- A new developer app needs to be created. The tweak will autopopulate all fields with the correct information.
- Complete the Captcha and click
create app
. - Once the app has been created, you will land on the Apollo Home feed.
- Navigate to https://api.imgur.com/oauth2/addclient. Sign in (or create an account)
- Application name:
anything
- Authorization type:
Anonymous usage without user authorization
- Authorization callback URL:
apollo://imgur-oauth
- Description:
anything
- After creating the app, copy the generated
client_id
value intokImgurClientID
(near the top of theTweak.m
file)