Similar tweak for Slide app(another third party application for Reddit)
Is it possible to create the similar tweak for Slide? It is down as well after Reddit change their api Policy. Much appreciated if can. App store link: https://apps.apple.com/cn/app/slide-for-reddit/id1260626828
Thought I'd struck gold but instead I'm only here to share a little info that I could dig up to try and help out:
There's a json file on the top level of the .app called "reddift_config" that seemed like it contained all the info necessary to just easily edit and you'd be good to go, however I get an oauth error so there's something that I'm not doing correctly, or the app doesn't actually use this file.
I tried renaming the file to "reddit_config" as well, thinking that maybe it was renamed on purpose and the app would pull from it if I removed the 'f', but if it works that way I couldn't get it to work out.
I think Slide is open source though right? You could try and dig through that and if you have access to Xcode, compile it with the right info.
edit: it's right here ( I think, unless it shows up elsewhere in the app too since it's hardcoded )
https://github.com/Haptic-Apps/Slide-iOS/blob/5494fd25240c86064ac19254993b8686d77b74e7/Slide%20for%20Reddit/AccountController.swift#L157