0
votes

I had developed iphone application which synchronize google reader on iphone. when i login with my google id the status code 200 & after that when token for accessing google reader status code is 403 & token value gives 403 error url for token used "https://www.google.com/reader/api/0/token" i am searching it almost a week please help me out but can't get anything i can send you the code thanx in advance

2
my clientlogin Url request is accomplished but when i requested the token from the url "google.com/reader/api/0/token" it gets no value & posses 403 error. I give you the code if you required - Rahul Nagpal

2 Answers

0
votes

See my example in C#. The requests will be the same, but if you are using Obj-C you will just need to modify the syntax.

Google Reader API - Getting Feeds