EthanArbuckle / Apollo-CustomApiCredentials

Tweak to use your own reddit API credentials in Apollo
GNU General Public License v3.0
769 stars 142 forks source link

Customizing redirect URL and user agent #6

Open paradoxally opened 1 year ago

paradoxally commented 1 year ago

Some users of the Infinity (Android client) subreddit have mentioned that anyone trying to get the app running on their device with their own API key should also modify the redirect URL, and user agent being sent to Reddit.

Currently, this tweak only allows you to modify the API key i.e., clientIdentifier. It would be great if we could also customize the redirect URL and user agent being sent to reddit (like a custom app would do).

EthanArbuckle commented 1 year ago

user-agent is now randomized. changing the redirect uri requires editing the app's info.plist file; i don't think a (sideloaded) tweak can do that as uri schemes are registered during app install