wordpress - OneDrive Webservice - Can different users access my OneDrive? -
i want implement rest webservice in wordpress blog. visitors or other users can select images onedrive account , order them.
my problem when authentication code must enter password für onedrive. after access_token. access_token has runtime 1 hour.
when order new access_token code expired , must new authentication code user password.
how can implement webservice onedrive without enter own password everytime?
thanks help.
when access_token through code flow when authing should see refresh_token come (provided requested wl.offline_access scope). should able use new access_token using this process without requiring user interaction.
Comments
Post a Comment