-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to determine your unique user ID #4
Comments
did you ever figure this out? |
I did, by using the Google Chrome extension. Is that currently the easiest way? |
Best way that I've figured out how to do it. Would love to know if there is another (easier) way. |
I am also interseted in easy ways to for my users to get their uid... How do you guys do it with the chrome extension? |
@ohabash 128257004_1_s1 |
See our RBitmoji project https://github.com/koalaverse/RBitmoji Someone just made a pull request that makes getting your user id a piece of cake with only knowing your username and password!! Shouldn’t be hard to extend to other languages! |
Thanks for the info @bgreenwell! Looks like the current methodology involves making a request to https://api.bitmoji.com/user/login and getting the user-id in the response |
@jpoles1 do you know how that request works? |
wondering how to get this into js or postman |
Roping in @j-c-o-l-l-i-n-s who made the PR for RBitmoji just in case he has any insights here! |
How did you guys get api accounts? https://rocketgit.com/user/gdr/bitmoji/source/tree/branch/master/blob/update_json.py
|
@ohabash I do not have an api account. I simply opened Chrome Developer tools while I logged into bitmoji.com through Google Chrome to examine the login, avatar, and logout HTTP requests. The
All other headers besides I would envision that users would use Let me know if you have any other questions on the structure of the calls. |
Absolutely brilliant @j-c-o-l-l-i-n-s ! |
Wasn't sure how you guys were able to accomplish this? Any help would be truly appreciated!
The text was updated successfully, but these errors were encountered: