ForumsSearch
Search results for "Posted by carapacifico_2"
Author | Message |
---|---|
carapacifico_2 |
Posted Sep 24, 2021 in: headless auth with v3
Score: -1
I'm writing a script only for myself to access my account and send various emails based on the day's tasks.
I can get the functionality I need if I create an application in the format of the example git repo https://github.com/Toodledo/oauth2-ruby-reference However I would like to run this as a daily script. I do not see a way to script around the in-browser "signin" button step that retrieves my code (short of using a webdriver to push the button which... I'd rather not) Attempts to post a request have failed and result in the html of that page being returned over and over again. It looks like this functionality would be possible with v2 since I could use my username and password, but of course I would like to use v3. What am I missing? Many thanks! |