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
Asked
Active
Viewed 404 times
0
-
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 Answers
0
-
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
-
-
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.

Community
- 1
- 1

Jake Sankey
- 4,977
- 12
- 39
- 53