0

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

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
  • my clientlogin Url request is accomplished but when i requested the token from the url "https://www.google.com/reader/api/0/token" it gets no value & posses 403 error. I give you the code if you required – Rahul Nagpal Nov 17 '10 at 08:34

2 Answers2

0

See Google Reader Authentication problem.

Community
  • 1
  • 1
xandy
  • 27,357
  • 8
  • 59
  • 64
  • my clientlogin Url request is accomplished but when i requested the token from the url "https://www.google.com/reader/api/0/token" it gets no value & posses 403 error. I give you the code if you required – Rahul Nagpal Nov 17 '10 at 08:34
  • Please refer to the above mentioned link, can you successfully get the Auth string from ClientLogin? – xandy Nov 17 '10 at 08:44
  • i had replace the https://www.google.com/accounts/clientLogin with https://www.google.com/accounts/ServiceLoginAuth url but again the same error exhibits 403. Please help me out i am really thankful to you – Rahul Nagpal Nov 19 '10 at 05:55
  • First, did you get the Auth from clientLogin? – xandy Nov 20 '10 at 14:56
  • Then include the Auth string in HTTP Header when you request the token. – xandy Nov 23 '10 at 08:58
0

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

Community
  • 1
  • 1
Jake Sankey
  • 4,977
  • 12
  • 39
  • 53