I see documentation and videos... All of them get the requestToken manually in browser then copy past that request token in code to generate access token. I hope that is not to be done manually ....even in python allso.
Yes I reviewed that page and webinar also.
Webinar shows that it copies the requestToken from URL and then paste it in code to get access token. Obviously that's not what we will do in actual application.
Please someone help me achieve require…