Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Netduino Plus TweetBot


  • Please log in to reply
6 replies to this topic

#1 Matt Isenhower

Matt Isenhower

    Advanced Member

  • Members
  • PipPipPip
  • 74 posts
  • LocationSan Diego, CA

Posted 01 March 2011 - 11:44 PM

Hi everyone,

Over the past couple days I've been working on a library for accessing the Twitter OAuth API from the Netduino Plus. Right now, this library can only post new tweets and does not have access to your timeline, followers, etc. but it contains a pretty solid OAuth framework that should make the addition of more features fairly easy.

Implementation details and the code are available in this post on my blog. At some point I'm probably going to move the code to CodePlex so I will post an update when that happens.

If you find this code useful or if you have any suggestions, please let me know! I'd love to hear your feedback.

Also, you can follow me on Twitter at @mattisenhower.

Enjoy! :)
Komodex Labs
Follow me on Twitter: @mattisenhower

#2 Carsten Dressler

Carsten Dressler

    Member

  • Members
  • PipPip
  • 20 posts

Posted 03 March 2011 - 04:18 AM

Good work!

#3 Matt Isenhower

Matt Isenhower

    Advanced Member

  • Members
  • PipPipPip
  • 74 posts
  • LocationSan Diego, CA

Posted 15 April 2011 - 02:12 AM

This project is now on CodePlex: http://microtweet.codeplex.com There have been a few fixes and other changes, so be sure to download the new version from CodePlex if you were using the code I posted earlier. Also, I'm working on another project with this library so there should be a blog post about that soon (probably next week). I'll update this thread when the post is available.
Komodex Labs
Follow me on Twitter: @mattisenhower

#4 Fabien Royer

Fabien Royer

    Advanced Member

  • Members
  • PipPipPip
  • 406 posts
  • LocationRedmond, WA

Posted 15 April 2011 - 07:07 AM

Very nice work!


I just started using Twitterizer (requires a PC, no netduino+ right now) and I was thinking about porting a subset of it to the .Net MF... You just saved me a bunch of time :)

Thanks for sharing.

Cheers,
-Fabien.

#5 dman776

dman776

    Member

  • Members
  • PipPip
  • 19 posts

Posted 15 April 2011 - 03:50 PM

It looks like a dependency is not right. I downloaded the latest microlinq from codeplex and get this when I build... Error 1 'VikingErik.NetMF.Collections.NearlyGenericArrayList' does not contain a definition for 'IndexOf' and no extension method 'IndexOf' accepting a first argument of type 'VikingErik.NetMF.Collections.NearlyGenericArrayList' could be found (are you missing a using directive or an assembly reference?) C:\netduino\NETMFMicroTweet\Komodex.NETMF.MicroTweet\OAuth\OAuth.cs 74 33 Komodex.NETMF.MicroTweet Are you using a more recent MicroLinq library?? Darryl

#6 Matt Isenhower

Matt Isenhower

    Advanced Member

  • Members
  • PipPipPip
  • 74 posts
  • LocationSan Diego, CA

Posted 15 April 2011 - 07:16 PM

Hi Darryl, Actually, I was using an outdated version of the MicroLinq Collections assembly. That assembly was supposed to be included in the ThirdParty folder but it didn't end up in the CodePlex version. I've modified the code to use the updated MicroLinq library and I've also added that assembly to the MicroTweet repository. Let me know if you have any other issues. Matt
Komodex Labs
Follow me on Twitter: @mattisenhower

#7 dman776

dman776

    Member

  • Members
  • PipPip
  • 19 posts

Posted 16 April 2011 - 01:39 AM

Thanks Matt! Nice work!

Hi Darryl,

Actually, I was using an outdated version of the MicroLinq Collections assembly. That assembly was supposed to be included in the ThirdParty folder but it didn't end up in the CodePlex version.

I've modified the code to use the updated MicroLinq library and I've also added that assembly to the MicroTweet repository. Let me know if you have any other issues.

Matt






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.