Hey guys. So i'm trying to make a remote login script for gmail / hotmail / myspace / facebook, etc...
The idea is that users should be able to type in their user name and password, select which site they want to log in to, and hit "login". The code should log them in and allow them to browse their accounts as they normally would, all while being kept at my site with my banner at the top of the page. I seem to run into problems with remote logging into gmail because it has a "redirect" feature when logging in ...same goes for hotmail ... and also a bunch of the sites have break frames code, so i cant just use an iframe to display the page with my banner at the top once you're logged in...so i was thinking of maybe using some kind of proxy based approach, or cURL?
does anyone have any idea how to do something like this??
Thanks!!
Zac