jaisurya / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
0 stars 0 forks source link

API Wont show Connect Via YouTube Button every time, only on first time of connecting, when stayed logged in will always attempt to process next step #396

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. process.php, linked below. Will display a page like this 
http://prntscr.com/1rfksw
2. This is located in the pre-auth. Then it will produce the next step perfect 
upon first connection.
3. If you accidentally close the page, come back it will attempt the next step 
without asking to connect account, and then it will display the wrong data due 
to not collecting the correct data from your youtube account as it checks the 
data from your google+ account instead.

What is the expected output? What do you see instead?
I want it to basically display the connect via youtube page every time, a work 
around is to sign out of your google account every time you want to reapply, as 
that is the only way to sort this problem. I want to basically do it without 
needing to log out

Original issue reported on code.google.com by rawsgam...@gmail.com on 15 Sep 2013 at 2:13

Attachments:

GoogleCodeExporter commented 8 years ago
This issue tracker is now closing. Development on the Google PHP client library 
moved to GitHub with the release of the 1.0.0-alpha, and now the 1.0 branch has 
reached beta status there will be no further releases of the 0.6 branch of the 
library. 

Please take a look at the latest version on 
https://github.com/google/google-api-php-client

For information on migrating, please take a look at this guide: 
https://developers.google.com/api-client-library/php/guide/migration

For general library support please ask a question on StackOverflow: 
http://stackoverflow.com/questions/tagged/google-api-php-client

If you are looking for support with a specific API, please contact the team 
working with that API via StackOverflow or their preferred support mechanism. 

If your issue still exists with the new version of the library, please raise a 
bug in the GitHub issue tracker with a minimal code sample. 

Thanks!

Original comment by ianbar...@google.com on 22 Jan 2014 at 4:53