Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login doesn't work any longer #2

Closed
recordsage opened this issue Sep 14, 2011 · 5 comments
Closed

Login doesn't work any longer #2

recordsage opened this issue Sep 14, 2011 · 5 comments

Comments

@recordsage
Copy link

When trying to use the API - I get the following error:
Fatal error: Uncaught exception 'Exception' with message 'Could not log in to Google Voice with username: takeoutonline@gmail.com' in /homepages/44/d157697781/htdocs/GoogleVoice.php:66 Stack trace: #0 /homepages/44/d157697781/htdocs/GoogleVoice.php(105): GoogleVoice->_logIn() #1 /homepages/44/d157697781/htdocs/TEST-autotexting.php(18): GoogleVoice->sendSMS('2062289034', 'Testing Texting...') #2 {main} thrown in /homepages/44/d157697781/htdocs/GoogleVoice.php on line 66

@vector-sec
Copy link

It's a cookie issue, when you print out $html you see a page saying:

"Your browser's cookie functionality is turned off. Please turn it on."

@jquick
Copy link

jquick commented Sep 21, 2011

I had an issue logging in and i had to change the URL's to

https://accounts.google.com/ServiceLogin?passive=true&service=grandcentral (line 41)
https://accounts.google.com/ServiceLoginAuth?service=grandcentral (line 49)

worked fine after that

@vector-sec
Copy link

jquick's fix worked for me as well

:)

@digitalextremist
Copy link

Same here... thanks @jquick //

@mudzakkir
Copy link

won't work :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants