Mark Mohades
Mark Mohades
I'll have to look into it. Do you need this feature?
I don't see why not! Would you like to open a PR?
Are you still working on it?
I think there might have been a change in the API schema. Can you try sending the `user_id` as a string instead of an int? ``` { ...., "user_id": "4696228937479104362",...
Thanks to everyone for flagging this with detailed info! I'm currently tied up, but I hope to look into this next weekend!
It seems that Venmo may be actively flagging login attempts. If you use a trusted device-id with `get_access_token(username=..., password=..., device_id=TRUSTED_DEVICE_ID)`, it should work. I tested this and it worked for...