-
-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: reddit sync imgur client id and client secrets key swap #682
Comments
I'm not sure if this is the case with reddit sync but in apollo the dev was paying for the imgur api (about $100 a month). I'm not sure the scale reddit sync is working with but I assumed (maybe wrongly) that sync might be paying for a commercial plan to handle the large volume of imgur requests. After June 30th since sync would be discontinued I thought the dev may either delete the key or atleast downgrade it back to free plan at which users would either be faced with rate limits or failure to upload. Edit: |
These are the keys and headers used by the official app, likely a combination effect. Regardless if it's not, any amount of complexity can be figured out by logging network traffic and decompiling the official app, but it seems that's what was done to get this. |
So a bit of a snag with this reddit sync (as well as other apps like apollo) use imgur rapid api instead of the stock api since they are commercial apps. Problem with that is if you try swapping out the rapid api key you would need a paid imgur rapid api account at $500 a month (unpractical). The end point would need to be changed from: |
## [2.76.2](ReVanced/revanced-patches@v2.76.1...v2.76.2) (2022-09-30) ### Bug Fixes * **twitter/monochrome-icon:** add missing `File.write` call ([ReVanced#682](ReVanced/revanced-patches#682)) ([de22e3f](ReVanced/revanced-patches@f6a9af0))
I think this is resolved now. |
Application
Reddit Sync
Issue
Allow uploading to imgur after June 30th and fix current issues with viewing imgur albums in app
Patch
Ability to swap client id and client secret in reddit sync app
Motivation
Preserver imgur functionality in the long run
Acknowledgements
The text was updated successfully, but these errors were encountered: