[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

[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: 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 and...@badera.us wrote: On Thu, Aug 13, 2009 at 4:21 PM,

[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

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

2009-08-13 Thread catcalls
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, String.Empty) This is my code. I'll try URL Encoding the string next. Thanks

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

2009-08-13 Thread catcalls
13, 9:55 pm, catcalls g.obrzut3...@ntlworld.com 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, String.Empty

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

2009-08-13 Thread catcalls
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 severedcr...@gmail.com wrote: On Thu, Aug 13, 2009 at 4:17 PM, catcalls g.obrzut3...@ntlworld.com wrote:  BOJAN RAJKOVIC Yeah

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

2009-08-13 Thread catcalls
for spaces. a space is %20 On Thu, Aug 13, 2009 at 2:33 PM, catcalls g.obrzut3...@ntlworld.com 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 you think? Also, I am using 0.1 DLL which

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

2009-08-13 Thread catcalls
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
that was my point. Don't try and correct me - I am an expert coder. On Aug 13, 10:39 pm, Peter Denton petermden...@gmail.com wrote: just to clarify, so someone doesn't happen upon this thread and start using %2B for spaces. a space is %20 On Thu, Aug 13, 2009 at 2:33 PM, catcalls

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

2009-08-13 Thread catcalls
for spaces. a space is %20 On Thu, Aug 13, 2009 at 2:33 PM, catcalls g.obrzut3...@ntlworld.com 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 you think? Also, I am using 0.1 DLL which

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

2009-08-13 Thread catcalls
, catcalls g.obrzut3...@ntlworld.com 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 you think? Also, I am using 0.1 DLL which works perfectly except it does not post spaces - I get

[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 severedcr...@gmail.com wrote: On Thu, Aug 13, 2009 at 5:33 PM, catcalls g.obrzut3...@ntlworld.com wrote: Hi

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

2009-08-13 Thread catcalls
is %20 On Thu, Aug 13, 2009 at 2:33 PM, catcalls g.obrzut3...@ntlworld.com 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 you think? Also, I am using 0.1 DLL which works

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

2009-08-13 Thread catcalls
. On Aug 13, 10:39 pm, Peter Denton petermden...@gmail.com wrote: just to clarify, so someone doesn't happen upon this thread and start using %2B for spaces. a space is %20 On Thu, Aug 13, 2009 at 2:33 PM, catcalls g.obrzut3...@ntlworld.com wrote: Hi Bojan

[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 and...@badera.us wrote: On Thu, Aug 13, 2009 at 6:01 PM, Bojan Rajkovicseveredcr...@gmail.com wrote: On Thu, Aug 13, 2009 at

[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 severedcr...@gmail.com wrote: On Thu, Aug 13, 2009 at 5:58 PM, catcalls

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

2009-08-13 Thread catcalls
Well, sadly, the OAuth library that Rackovic provided me has no URLEncode in OAuth.base - I just checked. Strike two - troll. On Aug 13, 11:05 pm, Andrew Badera and...@badera.us wrote: Straight out of OAuthBase and Shannon Whitley's work: protected string UrlEncode(string value)         {    

[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 and...@badera.us wrote: On Thu, Aug 13, 2009 at 6:06 PM,

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

2009-08-13 Thread catcalls
. 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 severedcr...@gmail.com wrote: On Thu, Aug 13, 2009 at 6:11 PM, catcalls g.obrzut3...@ntlworld.com wrote: Oh - you really think that, eh? So how does RFC POST work

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

2009-08-13 Thread catcalls
Oh, the problem is the DLL. I mean, how many ways can you encode a space? I can use the DLL to search, follow, and update a single word to my twitter account - but as soon as I use a space it fails. Believe me, it's the DLL. Furthermore, the update to the DLL (which he claims works) does not

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

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