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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -