Fetching the uid

Issue #27 closed
mschanz created an issue

Is it possible to fetch the uid of a Jodel post or at least my own one? The purpose is that I would like to connect to the Jodel server with the uid of my smartphone. So I could response from the app to my Jodels from the script as OJ.

Comments (3)

  1. Christian Fibich repo owner

    Not to my knowledge. The device uid is transmitted in the POST request to /users/, so you could intercept that once eg using mitmproxy.

    The post ids of your own posts can be fetched using a GET request to /posts/mine/

  2. Log in to comment