I have created an RSS reader (web-app), with usual stuff read rss in xml format parse and display it to user. Every thing is working fine. Now I want 'my reader app' to use google-reader account as back end, my work flow goes like this
- Ask user to log into google account (through pop window).
- Google ask user-Id password and after login it says " 'xyz' app want to access you acount 'Allow' 'Deny'"
- After allow, access google reader account and get list of subscriptions
- If user reads a feed tell google reader (may be thru web API), this item has been read
I just dont know how to accomplish this part. I have tried googling and have read many posts/blog but nothing worked i dont know from where to start.
Please help, Thanks