I am building a site in PHP which will allow users to view their last 5-10 google web history keywords on their profile page. I know that google history is available as a RSS feed at following URL :
https://www.google.com/history/?output=rss
How can I write a code in php which will pass username and password to google and allows to fetch keywords from it programmatically.
Any help is much appreciated as I am stuck in this. I have visited following questions but they did`t helped much.
Retrieve old searches from Google web history (has some code in C#, don`t know how to convert to PHP)
Thanks