无 Reddit API 如何使用 Apollo?
IOS外区下载Dystopia for Reddit
安装好之后登录,会跳转到浏览器,复制下浏览器的url,扔给ai让他提取Reddit API Key (App ID)、Redirect URI、User Agent
Redirect URI: dystopia://response
User Agent: ios:com.CarbonDev.Dystopia:v1.0.1(by u/DystopiaForReddit)
提取好之后记得卸载Dystopia for Reddit,提取出来的信息一会儿填在Custom API
Apollo的ipa改为zip,解压,显示包内容,在文件夹里搜索Info.plist,打开,找到CFBundleURLSchemes,在
<array>
中间添加一行:
<string>dystopia</string>
</array>
改好的如图:

保存文件,重新压缩,改名ipa,签名安装,接着在Custom API填入刚才整理的信息,接着登录reddit账号