StephenPAdams / NVoice

C# Google Voice PCL library
2 stars 1 forks source link

Google Session ID #1

Open kpeter7 opened 7 years ago

kpeter7 commented 7 years ago

I'm getting this error when I try to send a text message from a C# application.

"Unable to get the Session-id field from Google."

Does anyone not what this means?

Thanks.

StephenPAdams commented 7 years ago

@kpeter7 Google has changed the way Google Voice's website is presented over the last couple years. Essentially they're either obfuscating/encrypting the fields...so this code no longer works on getting the relevant session id to act as the user when initiating SMS sends. It would need to be updated to reflect that.

Basing off the discussions here: http://stackoverflow.com/questions/1668619/is-there-a-google-voice-api

It looks like all hope has been abandoned on other unofficial SDKs as well due to these changes.