You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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).The text was updated successfully, but these errors were encountered: