Friday, September 17, 2010

PowerShell Yammer

What I had learned in my last post I built a small PowerShell snap-in to integrate with the Yammer API which is better suited for companies. I have started a second CodePlex project specifically for the snap-in.

Friday, September 3, 2010

PowerShell OpenAuthentication and Twitter

Twitter recently depreciated support of Basic Authentication which has made it a little more tricky to post updates via the API. I decided a Cmdlet seemed like the best route to take since the new method required storage of state for the oAuth token. I started a CodePlex site for those of you who might also need the functionality or would like to contribute.