marbink / jodel_ios_api

Unoffical Python Interface to the Jodel API
MIT License
6 stars 3 forks source link

Create Account not working anymore. #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

Unfortunately Jodel apparently changed something about their API, so your API doesn't work anymore. I'm sure that I have the correct key, because i extracted it with the "ojoc-keyhack"-Tool out of the newest APK.

(477, {'error': 'Signed request expected', 'metadata': None}) File "....\jodel_ios_api\jodel_ios_api.py", line 142, in refresh_all_tokens raise Exception(resp) File "...\jodel_ios_api\jodel_ios_api.py", line 54, in init r = self.refresh_all_tokens(**kwargs)

marbink commented 5 years ago

I don’t know if the secret is the same between iOS and android. I tested my api with the key extracted some hours ago and it works correctly. I made a some modification to hmac generation on my fork. So I have a different code from nborrman’s api. Check diffs and test them on android.

ghost commented 5 years ago

I modify you code to the android way and now the api works. Thanks for all you work