Code Monkey home page Code Monkey logo

rememberthemilkapi's People

Stargazers

John avatar John Woakes avatar

Watchers

John Woakes avatar James Cloos avatar  avatar

Forkers

dmpe

rememberthemilkapi's Issues

Authentication does not work (anymore) using api key and secret.

Hi,
After getting my keys and reading your testing program, I cannot get it right with the authentication.

This is my code, compiled with 4.6 Framework if it matters (I am new to C#).

        RtmConnectionHelper.InitializeRtmConnection("key", "secret");

        string urlRTM = RtmConnectionHelper.GetAuthenticationUrl(RtmConnectionHelper.Permissions.Write);
        Console.WriteLine(urlRTM);
        Console.WriteLine("Press any key after auth is complete.");
        Process.Start(urlRTM);
        

        RtmApiResponse authResponse = RtmConnectionHelper.GetApiAuthToken();
        Console.Write(authResponse.Auth.User.FullName);
        RtmApiResponse tokenResponse = RtmConnectionHelper.CheckApiAuthToken();
        Console.Write(tokenResponse.Frob);

        RtmApiResponse taskResponse = RtmMethodHelper.GetTasksList();

And this is what i get when I open the link

Uh oh... something went wrong. Don't worry though; it's not your fault. The application you're using to interact with Remember The Milk made an error. It might be worthwhile contacting the author of the application and telling them you encountered this page.

Alternatively, you might like to wait a little while and then try again.

with URL like
https://www.rememberthemilk.com/services/auth/?perms=write&frob=4ab6356df73562002103676d3928fc2f8ea34062&api_sig=9189eff1ed64c30955626e3ab66e8889

which is a bit different from what I would expect, according to https://www.rememberthemilk.com/services/api/authentication.rtm (User authentication for desktop applications).

Could you please help on this.
Can your library be used with "classical" desktop applications ?

Thank you @codemonkey85

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.