brtrbr / gtm-oauth2

Automatically exported from code.google.com/p/gtm-oauth2
0 stars 0 forks source link

Sometime do not authenticate with GDATA API in IOS 5.0 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all google developer,

I am using OAUTH 2.0 which you provide in your page here 
:"http://code.google.com/p/gtm-oauth2/wiki/Introduction".

I successfully integrate in my IOS 5.0 application and authenticate the user 
and also allow the user to upload the video on their YouTube account but after 
three or four day, GDATA API was not work properly as they have not 
authenticate the user most of the time and after entering 5 to 6 time email and 
password in GTMOAuth2ViewControllerTouch controller worked some of time.

Here i am attaching the error report which i produced every time when login to 
YouTube.

Please provide the solution as i launch my application in next 2 or 3 days.

Original issue reported on code.google.com by ram2...@gmail.com on 13 Feb 2012 at 10:22

Attachments:

GoogleCodeExporter commented 9 years ago
This issue tracker is for reporting bugs in the library, not for assistance 
debugging. There is a discussion group for the library better suited to seeking 
help from other users of the controllers.

You should enable the http logging feature as described at

http://code.google.com/p/gtm-http-fetcher/wiki/GTMHTTPFetcherIntroduction#HTTP_L
ogging

to investigate what is going wrong in your app's communication with the server. 
HTTP logs are essential to determining problems in client/server API use.

Original comment by grobb...@google.com on 13 Feb 2012 at 4:35