Ton Plomp Posted August 19, 2010 Report Share Posted August 19, 2010 Has anyone been working on an Oauth library for LabVIEW, I browsed the specs and how-to and it doesn't seem that complicated. Oauth is becoming more important now that Twitter is limiting (or shutting down?) the basic authentication for API calls. So I was thinking about this, but couldn't find anything on Oauth and LabVIEW. Any experiences. Ton Quote Link to comment
ryannorthington Posted November 1, 2010 Report Share Posted November 1, 2010 Ton, I actually just started looking at this. The OAuth Algorithm doesn't seem that complicated but the problem is calculating a signing key ... you need to be able to url_encode the key which I'm not sure if LabVIEW can do. Twitter is working on another Authentication based scheme for use with clients that cannot handle the full OAuth process. Ryan Has anyone been working on an Oauth library for LabVIEW, I browsed the specs and how-to and it doesn't seem that complicated. Oauth is becoming more important now that Twitter is limiting (or shutting down?) the basic authentication for API calls. So I was thinking about this, but couldn't find anything on Oauth and LabVIEW. Any experiences. Ton Quote Link to comment
ryannorthington Posted November 1, 2010 Report Share Posted November 1, 2010 After looking more into URL encoding I have figured it wouldn't be that hard to start by writing the URL encoding algorithm in LabVIEW. I'm working on that now and will see if I can then move to OAuth. Ton, I actually just started looking at this. The OAuth Algorithm doesn't seem that complicated but the problem is calculating a signing key ... you need to be able to url_encode the key which I'm not sure if LabVIEW can do. Twitter is working on another Authentication based scheme for use with clients that cannot handle the full OAuth process. Ryan Quote Link to comment
Ton Plomp Posted November 11, 2010 Author Report Share Posted November 11, 2010 After looking more into URL encoding I have figured it wouldn't be that hard to start by writing the URL encoding algorithm in LabVIEW. I'm working on that now and will see if I can then move to OAuth. Sorry for the late reply (I really want an up to date RSS-feed). Here I have posted some VIs that are meant to calculate hashes and keyed hashes. Ton Quote Link to comment
ShaunR Posted November 11, 2010 Report Share Posted November 11, 2010 Sorry for the late reply (I really want an up to date RSS-feed). Here I have posted some VIs that are meant to calculate hashes and keyed hashes. Ton "removed source from VIs" I was getting all excited until I read that Quote Link to comment
Ton Plomp Posted November 11, 2010 Author Report Share Posted November 11, 2010 (edited) "removed source from VIs" I was getting all excited until I read that Sorry, I meant, removed compiled code from VIs. Darn..., to be clear the VIs posted at bitbucket should have the blockdiagrams present! The world of SCC now gives me the power to get the latest version -1, remove the compiled code and recheck in. EDIT:And if I really had removed the code, you could always get a version earlier. Ton Edited November 11, 2010 by Ton Plomp 1 Quote Link to comment
ShaunR Posted November 11, 2010 Report Share Posted November 11, 2010 (edited) Sorry, I meant, removed compiled code from VIs. Darn..., to be clear the VIs posted at bitbucket should have the blockdiagrams present! The world of SCC now gives me the power to get the latest version -1, remove the compiled code and recheck in. EDIT:And if I really had removed the code, you could always get a version earlier. Ton Ooooh. Excited again I'll be able to get my Twitter logger up and running once more Nice work. Just need to remove the ogk stuff Edited November 11, 2010 by ShaunR Quote Link to comment
Trella Posted November 19, 2010 Report Share Posted November 19, 2010 So is there a new version of a Twitter logger? I used the code from http://decibel.ni.com/content/docs/DOC-3284 , but, as you all know, it is not working anymore. Any updates? Best regards, Sebastian Quote Link to comment
Ton Plomp Posted November 23, 2010 Author Report Share Posted November 23, 2010 So is there a new version of a Twitter logger? I used the code from http://decibel.ni.co...t/docs/DOC-3284 , but, as you all know, it is not working anymore. Any updates? Best regards, Sebastian No updates on this. The chatter I read about the Twitter implementation of OAuth is kinda 'discussable'. I would love to have a generic OAuth toolkit that could work with Twitter. Ton Quote Link to comment
mochalatte Posted March 25, 2012 Report Share Posted March 25, 2012 I'm interested in letting users post to Twitter from my LabVIEW application. Has there been any developments in the last year+ for doing OAuth from LabVIEW? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.