Search code examples
phpsymfonyautomationui-automationgoutte

Programmatically login to http://login.live.com


As part of a testing automation project, I need to be able to login to http://login.live.com

Is that possible? I am currently using Symfony and Goutte


Solution

  • Yes it is possible.

    Live support Oauth2 : https://msdn.microsoft.com/en-us/library/hh243647.aspx

    There are plenty of Oauth2 client written in PHP.