Posts: 70
Threads: 7
Joined: Apr 2022
Reputation:
10
I do a lot of simple REST/json calls in my QB64 programs. As long as it's basic auth that's fine. I do struggle however with more complex security like tokens and encryption..
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience
Posts: 439
Threads: 17
Joined: Apr 2022
Reputation:
21
(01-05-2023, 11:53 AM)mdijkens Wrote: I do a lot of simple REST/json calls in my QB64 programs. As long as it's basic auth that's fine. I do struggle however with more complex security like tokens and encryption..
@mdijkens
If you are on Windows, I can help you do OAuth in QB64. Super simple and easy to do. I also do a lot of REST API with QB64. Here is some code I did for the Spotify API that uses OAuth2.
Spotify API with OAuth2 (WIP) Windows Only (alephc.xyz)
Let me know if you have questions.
Ask me about Windows API and maybe some Linux stuff
Posts: 70
Threads: 7
Joined: Apr 2022
Reputation:
10
(01-06-2023, 04:10 PM)Spriggsy Wrote: @mdijkens
If you are on Windows, I can help you do OAuth in QB64. Super simple and easy to do. I also do a lot of REST API with QB64. Here is some code I did for the Spotify API that uses OAuth2. Spotify API with OAuth2 (WIP) Windows Only (alephc.xyz)
Let me know if you have questions.
Cool!
I'm definitely going to look into that!
Thanks
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience