I have a strange requirement.
I have to first allow the user to register through the outlook email and allow the offline acces to their email using the oauth and then use these oauth token to read email from outlook/microsoft live using php from my web-application and store the data in the database. so is there any way to do this ?
it need to work well in all major browsers.
Thanks.