in reply to Problems with MS Graph

Thank you guys :D

Did find a curl2php equiv and used it. Not a clue as why I did not look for a Perl version


Edit:

Alas, did help me a lot in understanding LWP, but I still get a 401 Unauthorized and a InvalidAuthenticationToken.

Must be something else wrong

Replies are listed 'Best First'.
Re^2: Problems with MS Graph
by ErichStrelow (Initiate) on Feb 16, 2023 at 22:53 UTC
    I've done some MS Graph stuff for some time now. I just bundled it all and setup a module. Again, it's all done on top of LWP. Check LWP::UserAgent::msgraph, you can see the code and further understand LWP.