@mirosoft Developer This guide needs to be updated! It's so out of date and nothing works anymore! And there is not even a github link to get started!
@karandewani66144 жыл бұрын
did you get it working?
@davidsierowski80215 жыл бұрын
this api did my head in within 4 minutes
@WaseemSakka5 ай бұрын
lol it's so broken, 6 years later.
@Rezzworks6 жыл бұрын
Where are the Settings.php, AuthHelper.php, and Token.php files? Where do I get those files?
@stephanecabanis12395 жыл бұрын
this could be an help : github.com/OfficeDev/Groups-API-Office-Add-in-PHP-Sample/tree/master/mygroups
@MuhammadMNasir5 жыл бұрын
@@stephanecabanis1239 thanks but this is an old version of API: I have got this error: AADSTS500201: We are unable to issue tokens from this API version for a Microsoft account. Please contact the application vendor as they need to use version 2.0 of the protocol to support this.
@stephanecabanis12395 жыл бұрын
@@MuhammadMNasir Absolutely. API v2 is the right way to do the job. You just have to adapt the code and change URI to obtain the right service. Some parameters change but it is quite the same.
@MuhammadMNasir5 жыл бұрын
@@stephanecabanis1239 thanks again, I have googled but still the script with errors can you please tell me where to edit to move to v2.0 $authority = 'login.microsoftonline.com/common/'; $unifiedAPIResource = 'graph.microsoft.com'; $unifiedAPIEndpoint = 'graph.microsoft.com/beta/'; thanks
@MuhammadMNasir5 жыл бұрын
@@stephanecabanis1239 AADSTS901002: The 'resource' request parameter is not supported.
@franz-universe6 жыл бұрын
You have all project plis?
@abdulkadiragoliya88542 жыл бұрын
How to read excel sheet data from onedrive using php
@DalicsOS2 жыл бұрын
Im searching too, if you found how to, please tell me :)
@adaloveless39045 жыл бұрын
I know this video is all about the PHP libraries and all... but Microsoft must know that this graph API sucks major donkey balls! holy fucking shit! All I wanted to do was to get around the fact that using single-sign-on doesn't work if a user belongs to more than 500 groups (a big client I have, yes) ... and they send me down this rabbit hole of hell to obtain authorization to get information they would have just given me easily if the user belonged to < 500 groups. Right now I'm telling my client to unsubscribe from some groups for the short term.
@SophalChao5 жыл бұрын
I need to implement the SSO with Office 365 with the in house application that build on PHP 5.4. The example is not valid for PHP 5.4, anyone have similar problem. How can I make it work on PHP 5.4.