Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Recent content by sirfergy

  1. S

    Model S REST API

    I'm using Windows Phone. I seem to get the issue you describe above. How did you fix? EDIT: I switchted to using StreamSocket and that seems to work.
  2. S

    Model S REST API

    Definitely used the same token, even refreshed. I still get a 401 error, I guess I just need to know what is the way to set the email/token information in C#. - - - Updated - - - I figured it out. I was calling ReadToEnd instead of ReadLine.
  3. S

    Model S REST API

    Thanks. I've tried setting the Authorization header, but then I just get an out of memory exception trying to read the response.
  4. S

    Model S REST API

    I'm trying to access the streaming service via c#, and am having an authorization issue. Here is a snippet of my code: HttpWebRequest request = HttpWebRequest.CreateHttp("https://streaming.vn.teslamotors.com/stream/" + vehicle_id +...
  5. S

    Model S REST API

    Not that I've seen on iOS or Android, but it appears to be on the Windows Phone one. - - - Updated - - - Ooops, it just displays the timer. I had assumed you could set it. :)
  6. S

    Model S REST API

    Has the charging timer been documented? I don't see it on apiary.