Closed ohld closed 1 year ago
Will do! Thank you for all your issues, it keeps the project active! On iOS, I think there's a way to repackage .ipa files with certificate pinning removed, iOS just seems unnecessarily complicated comparing to how easy it is to root Android phones.
Will do! Thank you for all your issues, it keeps the project active! On iOS, I think there's a way to repackage .ipa files with certificate pinning removed, iOS just seems unnecessarily complicated comparing to how easy it is to root Android phones.
I have just successfully unpinned the certificates on IOS!
Will do! Thank you for all your issues, it keeps the project active! On iOS, I think there's a way to repackage .ipa files with certificate pinning removed, iOS just seems unnecessarily complicated comparing to how easy it is to root Android phones.
I have just successfully unpinned the certificates on IOS!
🎉🎉🎉🎉🎉🎉
Done with 2ed19d7bd06822f84d59d0f9cf381eb0d54acf14
I want to get all recommended friends, not just the first page.
bf.get_friend_suggestions()
callsres = self.api_request("get", f"relationships/suggestions")
which response hasres["next"]
field which looks like this:K2Cvai3i7rhdNhtqo3m1aAcYOT72
.I tried to pass it as a 'next' param but it still returns the first pagination page. I think it would be better if someone with Android device can check the proper one.