[twitter-dev] Desperate for Help! Twitter API Blues...

2009-06-25 Thread catcalls
Hi, http://www.aponetworks.com/dumpurge/index.html This is a link to the source code so far. It has my Keys / Tokens I received from Twitter in it. I customised a C# Class into a VB.NET class of my own. I also imported the standard C# OAuth DLL into the program to use. I still get an 401 Unaut

[twitter-dev] How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
This is really bugging me now! So far I've tried the following; post_data = "status="Hi carla"" or post_data="status='hi carla'" or post_data="status=Hi%20Carla" Nothing works! What is required to post spaces to twitter?

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
Yes, it did not work. I got a 401 Unauthorised. BUT - when I just post Hi it works? On Aug 13, 9:02 pm, JDG wrote: > did you try Hi+Carla? that's the RFC-compliant way. > > > > > > On Thu, Aug 13, 2009 at 13:47, catcalls wrote: > > > This is really bugging

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
> > > > > On Thu, Aug 13, 2009 at 14:10, catcalls wrote: > > > Yes, it did not work. I got a 401 Unauthorised. BUT - when I just post > > Hi it works? > > > On Aug 13, 9:02 pm, JDG wrote: > > > did you try Hi+Carla? that's the RFC-compliant way.

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
me to rewrite the code in VB.NET but I got stuck on creating correct nonces. On Aug 13, 9:14 pm, catcalls wrote: > I'm using Oauth for authentication. I've been trying to find the name > of the creator of the C# library I am using to make the call but no > luck so far > &g

[twitter-dev] BOJAN RAJKOVIC - Your DLL is not working!

2009-08-13 Thread catcalls
Hey dude, I'm using version 0.1 of your DLL because 0.3 did not compile in VS2005. So, I try posting an update to twitter using spaces replaced with + signs as the standard RFC compliant way of making a POST and I've got everyting working because it posts updates without spaces you see - only I g

[twitter-dev] Re: BOJAN RAJKOVIC - Your DLL is not working!

2009-08-13 Thread catcalls
Since it is his library I am using which needs a fix. I am asking him two things; 1. Is this a known error in 0.1 2. When will 0,3 turn into a working version. So, what was your input again? On Aug 13, 9:23 pm, Andrew Badera wrote: > On Thu, Aug 13, 2009 at 4:21 PM, catcalls wrote: > &

[twitter-dev] Re: BOJAN RAJKOVIC - Your DLL is not working!

2009-08-13 Thread catcalls
Furthermore - I have wrote an entire program with full Twitter Interfacing from Searching to Following to Finally Updating and now I find I cannot post spaces with the library. I cannot rewrite my entire code base because you suggest LINQ2Twitter. I am using this guys library and he really need

[twitter-dev] Re: BOJAN RAJKOVIC - Your DLL is not working!

2009-08-13 Thread catcalls
when you make changes later. Single-purpose-ish principle. > > Have you tried encoding the spaces before sending them into his library? > > ∞ Andy Badera > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=(andrew+badera)+OR+(an

[twitter-dev] Re: BOJAN RAJKOVIC - Your DLL is not working!

2009-08-13 Thread catcalls
13, 9:55 pm, catcalls wrote: >             Dim post_data As String = TextBox1.Text >             Dim url As String = "http://twitter.com/statuses/ > update.xml?status=" & post_data > >             Dim xml As String = oauth.WebRequest(RequestMethod.POST, > url, S

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
y one word without spaces works tho - if I use a space or the URLEncoded version of + or + itself it fails. Any ideas because I am stumped? On Aug 13, 10:18 pm, Bojan Rajkovic wrote: > On Thu, Aug 13, 2009 at 4:17 PM, catcalls wrote: > > >  BOJAN RAJKOVIC > > > Yeah, this is the

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
or spaces. > > a space is %20 > > > > On Thu, Aug 13, 2009 at 2:33 PM, catcalls wrote: > > > Hi Bojan Rajkovic, > > > When I tried using 0.3 DLL it stated a file was missing. Fox > > something? > > > Perhaps it's a vs2008 only DLL? What do y

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

2009-08-13 Thread catcalls
look at working OAuth/Twitter API code in visual basic .net 2005. Thank you in advance. catcalls

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
l. > > ∞ Andy Badera > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera) > > > > On Thu, Aug 13, 2009 at 5:41 PM, catcalls wrote: > > > Yeah - but to clarify - A URLEncoded + (w

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
to encode a SPACE not a + Mr. Expert Coder. > > > You've got to be a troll. > > > ∞ Andy Badera > > ∞ This email is: [ ] bloggable [x] ask first [ ] private > > ∞ Google me:http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera) > > > On Thu, Aug 13

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
dera > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera) > > > > On Thu, Aug 13, 2009 at 5:50 PM, catcalls wrote: > > > What are you blathering about now? I've checked the DLL routines, >

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
URLEncode in OAuth class - I just tried declaring it in VB.NET 2005 and I tried OAuth.RequestMethod and others and could not locate any URLEncode method? On Aug 13, 10:50 pm, Bojan Rajkovic wrote: > On Thu, Aug 13, 2009 at 5:33 PM, catcalls wrote: > > > Hi Bojan Rajkovic, > > > W

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
unction as well for your > specific problem as well. > > Smack me? Feel free, c'mon over! > > ∞ Andy Badera > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera) > > > > On Th

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera) > > > > On Thu, Aug 13, 2009 at 5:58 PM, catcalls wrote: > > > Yeah, accept that you've been smacked. VB.NET for Windows Forms has no > > HTTPUtility.URLEncode - it's purely ASP.NET. Dumbass troll.

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
Oh, one last point - URLEncode will only convert the + to %2B - what I have tried using. So, what the HELL are you talking about? On Aug 13, 11:03 pm, Andrew Badera wrote: > On Thu, Aug 13, 2009 at 6:01 PM, Bojan Rajkovic wrote: > > On Thu, Aug 13, 2009 at 5:54 PM, Andrew Badera wrote: > > >> F

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
Oh, am I? I do know about referencing. But, are we really going to include all the DLL's available just to get YOUR DLL to work? I think the problem is clear - YOUR work. Not mine. On Aug 13, 10:59 pm, Bojan Rajkovic wrote: > On Thu, Aug 13, 2009 at 5:58 PM, catcalls wrote: &g

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
;                     } >                 } >             } > >             return result.ToString(); >         } > > ∞ Andy Badera > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera) > > &g

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
Oh - you really think that, eh? So how does RFC POST work again? Are you really this thick? I tried %20 too - it fails. Nothing works because the DLL that Rackovic wrote is rubbish. On Aug 13, 11:09 pm, Andrew Badera wrote: > On Thu, Aug 13, 2009 at 6:06 PM, catcalls wrote: > > >

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread catcalls
d without the + sign. No luck. So, basically, I'm looking now for a working DLL for Visual Basic Net 2005. Any suggestions? On Aug 13, 11:25 pm, Bojan Rajkovic wrote: > On Thu, Aug 13, 2009 at 6:11 PM, catcalls wrote: > > > Oh - you really think that, eh? So how does RFC P

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

2009-08-13 Thread catcalls
test my code before release. As for your other suggestions - they are BETA - I want something that actually works and is at least 1.0 On Aug 13, 11:27 pm, Mark Turner wrote: > On Thu, Aug 13, 2009 at 2:48 PM, catcalls wrote: > > I've been using a free Twitter API Interface that

[twitter-dev] New Twitter VB.NET 2005 Source Code

2010-01-16 Thread catcalls
mind blown - download the advanced version! Love in - peace out - Catcalls