You are reading a single comment by @aerialist_user6911 and its replies. Click here to read the full conversation.
  • I've got oauth.js and sha1.js running on Esprino Pico alright! (Well, at least included test functions run ok.)

     1v79 Copyright 2015 G.Williams
    >echo(0);
    =undefined
    >process.memory();
    ={ "free": 1323, "usage": 1717, "total": 3040, "history": 1229,
      "stackEndAddress": 536924840, "flash_start": 134217728, "flash_binary_end": 312536, "flash_code_start": 134234112, "flash_length": 393216 }
    >sha1_vm_test()
    =true
    >testEncode();
    =undefined
    >testGetParameters();
    =undefined
    >testGetBaseString();
    =undefined
    >testGetSignature();
    =undefined
    > 
    

    I used minification by Closure Simple Optimisations and have Set Current Time on under Communications setting.

    Now I'need to fight with Twitter API and find out what parameters to throw.
    This seems to be a good reference to follow.
    https://github.com/mogya/tm_twitter_api


    1 Attachment

About