Search found 3 matches

by Lazzerman
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: AccessToken for LiveAPi calls
Replies: 1
Views: 6184

AccessToken for LiveAPi calls

Hello, First: I don't speak PHP - script languages are…. :-) Question: I wan't to call LiveAPI from my desktop app(private) - I really don't want to login via the Telldus API Login page - I just want some nice API calls to get me the AccessToken. is that possible? I have the keys from Telldus: Publi...
by Lazzerman
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: AccessToken for LiveAPi calls
Replies: 1
Views: 6184

Re: AccessToken for LiveAPi calls

Found some code that I could make to work: using RestSharp; using Newtonsoft.Json; using RestSharp.Authenticators; private const string PublicKey = "YourCodeFromTelldus"; private const string PrivateKey = "YourCodeFromTelldus"; private const string Token = "YourCodeFromTelld...
by Lazzerman
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: TellStick ZNet local API beta testing
Replies: 5
Views: 16839

Re: TellStick ZNet local API beta testing

Hi guys,

I've written a short Local API guide + included a demo Project in C# - Visual Studio Community Edition

You can find it here:

http://sharepoint.larssiden.se/smart-and-telldus/

The text is in Swedish - but you should manage the cUrl and Code anyway :-)

// Lazze