[twitter-dev] Re: Using Twitter API in case of Dot Net

2011-05-12 Thread Joe Mayo
http://linqtotwitter.codeplex.com/ On May 9, 6:47 am, Ankur Gupta ankur.bits...@gmail.com wrote: Hi,     I have created windows based service which checks user tweets to do some task at user machine. Since its windows based Service, so it cannot have a UI (I presume). To retweet back user

[twitter-dev] Re: C# API Wrapper for Site Streams Beta

2011-04-05 Thread Joe Mayo
Broogie, LINQ to Twitter, http://goo.gl/gKSAG, has support for streaming libraries. I haven't heard from too many people that are using it, so it would be nice to have someone check it out and tell me what they think. There are examples in the solution download. Joe On Apr 4, 2:15 pm, Broogie

[twitter-dev] Re: Some changes and updates to the API and Tweet Button

2011-03-27 Thread Joe Mayo
Matt, Could you clarify how [list identifier] works? In my case, I used (something like): /1/lists/update.xml?list_id=123name=testdescription=test2 and it worked. However, other combinations of slug, name (old param), and identifiers failed with 400/404's (depending on permutation).

[twitter-dev] Re: 401 unauthorized

2011-03-20 Thread Joe Mayo
I'm seeing the same problem with 401's during authentication. I have an app that has worked flawlessly (with no code changes) for months that is now receiving 401's. I'm also have multiple support issues on users experiencing intermittent 401 errors. For some apps, every authentication request

[twitter-dev] Re: 401 unauthorized

2011-03-20 Thread Joe Mayo
Hi Matt, Here's mine: GET https://twitter.com/oauth/request_token HTTP/1.1 Authorization: OAuth oauth_callback=oob,oauth_consumer_key=sanitized,oauth_nonce=sanitized,oauth_signature_method=HMAC- SHA1,oauth_signature=sanitized,oauth_version=1.0,oauth_timestamp=sanitized User-Agent:

[twitter-dev] Re: Introduce yourself!

2010-02-19 Thread Joe Mayo
Joe Mayo here. Author, Consultant, and 3rd Party Twitter Library developer. While writing my most recent book, LINQ Programming/McGraw- Hill, I wanted to show readers how to create a LINQ provider. Therefore, I created an open source .NET LINQ provider for Twitter and posted it at http

[twitter-dev] Re: What tools do you use?

2010-02-19 Thread Joe Mayo
LINQ to Twitter - http://linqtotwitter.codeplex.com/ On Jan 30, 12:55 pm, Abraham Williams 4bra...@gmail.com wrote: Lets collect an awesome list of tools and applications we use to help develop with the Twitter API.

[twitter-dev] Re: Can someone suggest a VB.NET Twitter API Interface that works?

2009-08-23 Thread Joe Mayo
Hi Catcalls, Not sure if you tried my library, LINQ to Twitter (http:// linqtotwitter.codeplex.com/). I recently found a bug that was keeping it from working for VB because of the way that the compiler was generating code, so it's possible that I'm the lazy coder you're trashing and being rude

[twitter-dev] Re: Twitter Desktop Client in C#/.NET with oAuth + PIN

2009-07-20 Thread Joe Mayo
DotNetOpenAuth (http://dotnetopenauth.net:8000/) does have PIN support. Andrew recently integrated it with LINQ to Twitter (http:// linqtotwitter.codeplex.com/), which is a LINQ provider for Twitter, written in C#. Joe On Jul 19, 1:14 pm, Andrew Badera and...@badera.us wrote: On Sat, Jul 18,

[twitter-dev] LINQ to Twitter v1.0 RTW

2009-05-27 Thread Joe Mayo
LINQ to Twitter, v1.0 is now RTW: http://linqtotwitter.codeplex.com/. LINQ to Twitter allows .NET developers who program in C# or VB to program Twitter applications using familiar LINQ syntax they are accustomed to. This is an open source project that comes with a full Visual Studio 2008

[twitter-dev] Proper Implementation of oauth_access_type=read

2009-05-23 Thread Joe Mayo
Hi, I used the following url (auth_token removed) to request read-only access: http://twitter.com/oauth/authorize?oauth_token=...oauth_access_type=read However, I was still able to do an update status and wonder what I'm doing wrong. Joe

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-03-23 Thread Joe Mayo
Hi Alex, Would like to be added to developer list. Here's my info: Joe Mayo Twitter UserName: JoeMayo URL: http://www.mayosoftware.com/ Technology: .NET Author of LINQ to Twitter: http://linqtotwitter.codeplex.com/ Author of multiple books, including C# 3.0 Unleashed/Sams and LINQ Programming