How to send credentials (email/password) to Hotmail/Outlook signin page?

青春壹個敷衍的年華 提交于 2019-12-11 09:23:34

问题


I use this script (https://github.com/svetlozar/php-contacts-importer) to import user's contacts and allow the user to invite his contacts afterwards. I managed to have the yahoo and gmail import scripts working fine but I just can't get the Hotmail script to work. Sounds like they changed how they handle their signin page since this contact-importer script was developed. Can I send credentials to the new signin page using php and AJAX, if so how ? Is there a way to send credentials to either the REST or javascript Hotmail APIs ?

Here is the direct link to the Hotmail.php file: https://github.com/svetlozar/php-contacts-importer/blob/master/Svetlozar.NET/Contacts/Hotmail.php

I see that somes sites are able to sign Hotmail/Outlook users through their own signin page, so I guess it is feasible.

Any help will be highly appreciated. Thanks!


回答1:


The CloudSponge PHP library works with the latest Hotmail APIs:

https://github.com/cloudsponge/cloudsponge-lib-php/

You can see the user experience here:

http://www.cloudsponge.com/test-drive

Disclaimer: I work for CloudSponge.



来源:https://stackoverflow.com/questions/20690528/how-to-send-credentials-email-password-to-hotmail-outlook-signin-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!