Oauth2 and all that.

Good morning,
I have a need to add oauth2 functionality to a Xojo desktop app. I’m aware of the Chilkat plugin, which appears to be excellent but it is a little expensive at nearly $300. I did think to add the functionality via a Java module where oauth2 is freely available, but I am not sure how you would communicate with that from Xojo. If anyone has looked at this and can offer advice I would be very grateful.
Many thanks.

Did you look at the MBS Xojo CURL Plugin?
It has oAuth methods, too.

Thank you! I’ll take a look.

oauth2 is pretty straightforward, compared to v1:

It has been discussed here:
https://forum.xojo.com/46465-oauth-and-api/p1#p410425