[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Chris Babcock
On Wed, 12 Aug 2009 11:17:38 -0600 Bioscience News wrote: > All this stuff about following being equated to spamming is nonsense. First, the act of following someone usually generates a message. When you first join Twitter, it's exciting to get new followers and you look forward to those messa

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Chris Babcock
On Wed, 12 Aug 2009 11:50:24 -0700 (PDT) Dewald Pretorius wrote: > It may be an irritation and it may cost you money, but it is NOT spam. > > You opted in to receive the notifications on your phone, and hence it > is NOT spam. If you have an email account sent notices to your IMs when you hav

[twitter-dev] Re: oauth/authenticate error/bug

2009-08-13 Thread Zach
Yeah, there is a major issue with both oauth/authenticate and oauth/ authorize. Using oauth/authorize, a 403 forbidden is produced if 1) user logs in via my app and then tries to log into twitter.com or 2) user logs into twitter.com and then tries to log in via my app I believe that twitter.com's

[twitter-dev] Re: how to use sessions/present

2009-08-13 Thread jirgn
thanks abraham, i´m not sure how to call this function in javascript. when i tried it using a ajax request i had trouble with cross domain restrictions. is it possible to do define a callback like function myCallback(isSessionPresent){ //processing } http://twitter.com/sessions/present.json

[twitter-dev] Re: unfollowing limits

2009-08-13 Thread Ninjamonk
Thanks Adam, I that did not come up on my search of the group, very odd. On Aug 13, 1:56 am, Adam Cloud wrote: > http://groups.google.com/group/twitter-development-talk/browse_thread... > > On Wed, Aug 12, 2009 at 5:39 PM, Ninjamonk wrote: > > > Hey, I am building a little air app that will unf

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Dewald Pretorius
In the final analysis, I think we should express sympathy for the API team. They're great guys, and they are busting their butts to help us succeed. This action appears to be an example of where another part of the Twitter organization did something that makes their lives hell. Chin up, guys. I

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Neil Ellis
+1 and well explained Chris, thanks. On 13 Aug 2009, at 08:38, Chris Babcock wrote: On Wed, 12 Aug 2009 11:50:24 -0700 (PDT) Dewald Pretorius wrote: It may be an irritation and it may cost you money, but it is NOT spam. You opted in to receive the notifications on your phone, and hence

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Andrew Badera
Spam is anything in your inbox caused by a third party and not desired by you. Period. Get over the semantics already. If it were possible to opt-out of "all bambibot, SEObot and other spambot accounts" on Twitter, then sure, getting bot follow notifications in your inbox would NOT be spam. Unfort

[twitter-dev] blogger.js runtime error on line12?!

2009-08-13 Thread roxxlive
Can someone help me to fix this problem? Everything working fine on firefox. But on IE there is a window shown up with a runtime error in the blogger.js on line 12. document.getElementById('twitter_update_list').innerHTML = statusHTML.join(''); I´d searched the web for about 3 hours now, but

[twitter-dev] Re: problem: friends/ids occasionally returning empty sets

2009-08-13 Thread Dewald Pretorius
Like Duane said, just code around it. It's wise to do that for all GET methods. You may just be hitting a replicated Twitter database that has not replicated correctly, or is suffering some kind of lag. Best to make your code resilient against those issues. Dewald On Aug 12, 3:35 pm, PJB wrote:

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Mike Langford
In short, Twitter has filed a trademark application and in doing so they must attempt to defend the name if they hope to be awarded trademark protection. Twitter allowed its original application to lapse and refiled on April 29, 2009. http://tess2.uspto.gov/bin/showfield?f=doc&state=4003:eq5aoa.2

[twitter-dev] Re: Custom embedded browser to work around OAuth UI issues on phones

2009-08-13 Thread CharlesW
Brian, Should we tag-team to fix the bug for them, and then submit the fix to the bug? http://code.google.com/p/twitter-api/issues/detail?id=395 It's very odd they've let it go this long, since it affects Symbian (currently the dominant smartphone OS). -- Charles

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Dewald Pretorius
On Aug 13, 12:13 pm, Mike Langford wrote: > Should be fun to watch. Except for those who have worked very hard for many months to build up services with "twitter" in the domain name. Dewald

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Dale Merritt
Don't waste your time. If you have Twitter in your domain name, you could be put out of business if you don't cease and desist. I've seen it first hand. They bury you in a law suit, wrong or right is not the point. These companies have a huge lawyer group and bat you around for fun. My suggesti

[twitter-dev] Re: blogger.js runtime error on line12?!

2009-08-13 Thread Joel Strellner
Wrong list, this should be twitter API development questions only, but remove ".join('')" and you should be in business. -Joel On Thu, Aug 13, 2009 at 6:14 AM, roxxlive wrote: > > Can someone help me to fix this problem? > > Everything working fine on firefox. But on IE there is a window shown

[twitter-dev] Re: oauth/authenticate is redirecting me to oauth/authorize and giving a PIN

2009-08-13 Thread joelmoss
I'm getting the same issues too. Keeps giving me the pin instead of redirecting to my callback. Anyone get this resolved? On Aug 12, 9:52 pm, Eric Waller wrote: > I'm having the same problem--getting aPINinstead of being redirected > at the end of the oauth flow. My application is set as a brow

[twitter-dev] All friends and followers of a Twitter user

2009-08-13 Thread owkaye
Is it possible to download (from Twitter via their API) all the friends and all the followers of a specific Twitter user? I'm guessing "yes" but confirmation before I get started is sincerely appreciated. If anyone wants to suggest the correct method for each of these tasks I would apprecia

[twitter-dev] block - incorrect signature

2009-08-13 Thread ben
Hi, Has anyone experienced an 'incorrect signature' error from the /block/ methods using oauth token authentication. All the other methods which require oauth token seem to be ok for me. Just wondering if there's a common issue here i should be aware of. Can't spot anything obvious in the wiki.

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Nick Arnett
On Thu, Aug 13, 2009 at 9:20 AM, Dale Merritt wrote: > Don't waste your time. If you have Twitter in your domain name, you could > be put out of business if you don't cease and desist. I've seen it first > hand. They bury you in a law suit, wrong or right is not the point. These > companies ha

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread Dale Merritt
You're right, they could decide to grant you the right to use it. Good luck with that. Keep building up that brand then and cross your fingers. Sounds like a sound assumption. On Thu, Aug 13, 2009 at 11:43 AM, Nick Arnett wrote: > > > On Thu, Aug 13, 2009 at 9:20 AM, Dale Merritt wrote: >

[twitter-dev] Re: Following a large number of users

2009-08-13 Thread murphy
Thanks for the info. On Aug 12, 10:38 pm, John Kalucki wrote: > Slav, > > You should use the shadow method in the Streaming API for this. > Contact a...@twitter.com to get access. > > Also, there's already a Twitter to Facebook integration. You should > consider why you need to duplicate this a

[twitter-dev] Search API Not returning results, but Tweets present

2009-08-13 Thread Eightlines
I'm trying to use the Search API on a particular user. This user has tweets available, but the API returns 0 results. (I'm making the call in JSON, but for demonstration purposes the ATOM feed should work) Works: http://search.twitter.com/search.atom?q=from:eightlines&rpp=1&callback=? Doesn't Wor

[twitter-dev] Re: Invalid / used nonce

2009-08-13 Thread Zaudio
Nope - trial has now failed. I've even added the current time ms to the nonce to ensure it is unique for any single timestamp... to clarify my nonce is: useridms___randomno And I STILL am getting invalid nonce logs... on the ids methods only ARGH Surely this IS a twitter side bug now???

[twitter-dev] Duplicates Direct Message posts this morning!

2009-08-13 Thread Zaudio
re: bullsonwallstreet.com We're getting a few duplicated DMs for a single POST to the API this morning... anyone else having the same trouble? We're also seeing loads on 'Server Unavailable' responses surrounding the times of the duped DMs Simon (Zaudio)

[twitter-dev] Re: Search API Not returning results, but Tweets present

2009-08-13 Thread Dewald Pretorius
Some users' tweets are not indexed in Search because their accounts are in "limited" status. They need to ask why it is so at http://help.twitter.com. Dewald On Aug 13, 11:27 am, Eightlines wrote: > I'm trying to use the Search API on a particular user. This user has > tweets available, but th

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread JDG
did you really expect them to allow something that clearly violated their TOS to use the Twitter name? There are plenty of apps out there that add Real Value(TM) to Twitter's community. On Thu, Aug 13, 2009 at 13:05, Dale Merritt wrote: > You're right, they could decide to grant you the right to

[twitter-dev] Uploaded new pic to Twitter and it isn't showing up

2009-08-13 Thread SharayahR
Ok so every single time I upload a picture to Twitter to change my "profile pic" it never shows up. Just has an X on it. It says it's uploaded, but nothing is there. Only one of my pictures works... and I'm tired of that one so I wanted to change it. Anything I'm doing wrong?? Is this a common pro

[twitter-dev] API Changes for August 12, 2009

2009-08-13 Thread Alex Payne
A day late and a bug short... - FIXED: /account/verify_credentials no longer enforces a rate limit that's inconsistent with the rest of the API. Thanks. -- Alex Payne - Platform Lead, Twitter, Inc. http://twitter.com/al3x

[twitter-dev] Re: Rate Limiting Question

2009-08-13 Thread CaMason
The behaviour at the moment is definitely as-described above: Unauthenticated calls decrease IP 20,000 Authenticated calls decrease per-user 20,000 My app only uses authenticated calls during normal use, and the IP- based limit isn't decreasing at-all 20,000 per-user is pretty silly - With 1000

[twitter-dev] Re: Invalid / used nonce

2009-08-13 Thread Josh Roesslein
Double check that your server clocks are correct. I've seen issues like this if servers are not synced with NTP. If the time between twitter and your server is off too much twitter will throw this error. On Thu, Aug 13, 2009 at 2:20 PM, JDG wrote: > if it's a bug, open an issue in their bugtrack

[twitter-dev] Re: Invalid / used nonce

2009-08-13 Thread JDG
if it's a bug, open an issue in their bugtracker. On Thu, Aug 13, 2009 at 13:06, Zaudio wrote: > > Nope - trial has now failed. I've even added the current time ms to > the nonce to ensure it is unique for any single timestamp... to > clarify my nonce is: > > useridms___randomno > > And I ST

[twitter-dev] Re: All friends and followers of a Twitter user

2009-08-13 Thread Peter Denton
Yes. See: http://apiwiki.twitter.com/Twitter-API-Documentation On Thu, Aug 13, 2009 at 9:52 AM, owkaye wrote: > > Is it possible to download (from Twitter via their API) all > the friends and all the followers of a specific Twitter user? > > I'm guessing "yes" but confirmation before I get start

[twitter-dev] Re: API Changes for August 12, 2009

2009-08-13 Thread Robert Fishel
Alex, Thanks for this update, this is a welcome change! -Bob On Thu, Aug 13, 2009 at 3:21 PM, Alex Payne wrote: > A day late and a bug short... > > FIXED: /account/verify_credentials no longer enforces a rate limit that's > inconsistent with the rest of the API. > > Thanks. > > -- > Alex Payne

[twitter-dev] Re: All friends and followers of a Twitter user

2009-08-13 Thread Peter Denton
oops, sorry, sent accidentally. see: http://apiwiki.twitter.com/Twitter-API-Documentation Social Graph Methods friends/ids followers/ids On Thu, A

[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 JDG
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 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" > > Not

[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 me now! > > > So far I've tried the fo

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

2009-08-13 Thread JDG
are you using OAuth or Basic Auth? 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. > > > > > > > > > > > > On Thu,

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

2009-08-13 Thread catcalls
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 Perhaps it's a bug with the library I am using? On Aug 13, 9:12 pm, JDG wrote: > are you using OAuth or Basic Auth? > > > > > > On Thu, Aug 1

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

2009-08-13 Thread catcalls
BOJAN RAJKOVIC Yeah, this is the guy. He is a member here. He'll prolly tell me to use the updated version of his DLL but sadly the updated version does not work as far as I can tell. So, I am using version 0.1 of his Twitter OAuth DLL. Which sucks to be honest. I wish I had the time to rewrite

[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 Andrew Badera
On Thu, Aug 13, 2009 at 4:21 PM, catcalls wrote: > > 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 work

[twitter-dev] Re: Rate Limiting Question

2009-08-13 Thread Dewald Pretorius
Craig, I just ran a test, and I can also confirm what you have found. Unauthenticated calls decrease per IP 20,000 Authenticated calls decrease per-IP per-user 20,000 Dewald On Aug 13, 4:27 pm, CaMason wrote: > The behaviour at the moment is definitely as-described above: > > Unauthenticated

[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: > > > Hey d

[twitter-dev] Re: Rate Limiting Question

2009-08-13 Thread Abraham Williams
I've been reading "I have confirmed" emails from 5 different threads for the last 2 weeks. Can we hold off until Chad gets back to us with an official answer. :) Thanks Abraham 2009/8/13 Dewald Pretorius > > Craig, > > I just ran a test, and I can also confirm what you have found. > > Unauthent

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

2009-08-13 Thread Andrew Badera
My input was that you're asking in the wrong place, and that there are working alternatives to demanding fixes in that tone. ∞ 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

[twitter-dev] Re: All friends and followers of a Twitter user

2009-08-13 Thread owkaye
Hi Peter, I got it working already, that was easy ... and FAST thanks to your help! Owkaye > friends/idsethod%3A-friends%C2%A0ids> > > followers/ids-Method%3A-followers%C2%A0ids>

[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: Uploaded new pic to Twitter and it isn't showing up

2009-08-13 Thread Alex Payne
This is an intermittent bug as we improve our static asset hosting. In the future, please use this group for questions that are strictly API-related. Thanks! On Thu, Aug 13, 2009 at 11:51, SharayahR wrote: > > Ok so every single time I upload a picture to Twitter to change my > "profile pic" it

[twitter-dev] Early developer preview: Retweeting API

2009-08-13 Thread Marcel Molina
Retweeting has become one of the cultural conventions of the Twitter experience. It's yet another example of Twitter's users discovering innovative ways to use the service. We dig it. So soon it's going to become a natively supported feature on twitter.com. It's looking like we're only weeks away

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

2009-08-13 Thread Andrew Badera
Perhaps you need to reconsider your design abstractions -- you should be able to virtually plug and play. You should have an assembly sitting between your app and the Twitter library, if you're using third party, and use your intermediary assembly as an adapter or facade. That makes it a lot simpl

[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. Thank

[twitter-dev] Re: FW: Twitter is Suing me!!!

2009-08-13 Thread jim.renkel
IANAL, but I don't think all is doom and gloom, or at least not as doomy and goomy as previous posts to this thread (Including one of mine, if it is not read as tongue-in-cheek, as intended) portray. Yes, if you have a trademark, you have to aggressively defend it or risk losing it. No, completel

[twitter-dev] Re: Rate Limiting Question

2009-08-13 Thread Chad Etzel
Hi There, What you all have been confirming is correct. The intended behavior is 20k per IP unauthenticated, and 20k per IP *per user* authenticated. This is not a bug. -Chad On Thu, Aug 13, 2009 at 4:43 PM, Abraham Williams<4bra...@gmail.com> wrote: > I've been reading "I have confirmed" emai

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-13 Thread Beier
This is super awesome! Can't wait!

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-13 Thread Vincent Nguyen
Very useful! Hope it will be soon! It help us avoid search tweet to tracking reweet! 2009/8/13 Beier > > This is super awesome! Can't wait!

[twitter-dev] Re: Uploaded new pic to Twitter and it isn't showing up

2009-08-13 Thread Clint Shryock
Alex- Is there any news you can relay about the status of the "static asset hosting" move? The API for updating profile images has been busted for a while now, by that I mean uploading new images works, but the new image is not reflected via the API for some time. I'm following several issues on

[twitter-dev] Re: Rate Limiting Question

2009-08-13 Thread Bill Kocik
Holy Thanks, Chad. :) On Aug 13, 4:58 pm, Chad Etzel wrote: > Hi There, > > What you all have been confirming is correct. The intended behavior is > 20k per IP unauthenticated, and 20k per IP *per user* authenticated. > This is not a bug. > > -Chad > > On Thu, Aug 13, 2009 at 4:43 PM, Abr

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

2009-08-13 Thread Bojan Rajkovic
On Thu, Aug 13, 2009 at 4:17 PM, catcalls wrote: > > BOJAN RAJKOVIC > > Yeah, this is the guy. He is a member here. He'll prolly tell me to > use the updated version of his DLL but sadly the updated version does > not work as far as I can tell. > > So, I am using version 0.1 of his Twitter OAuth

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

2009-08-13 Thread catcalls
Yeah - after much searching I discovered the URL encoding for space is %2B - but this still did not work. I really think there is a problem with oauth.WebRequest() in the DLL? I know there is a Twitter Interface but there is no documentation on how to use it either (that Rackovic wrote) On Aug

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-13 Thread janole
Will it be possible to "comment" on the retweeted tweet? If not, people might just continue to use the current "RT ..." convention. Retweeting can be a way of acknowledging a tweet or disapproving a tweet etc. If you search for "RT" in search.twitter.com you'll see a lot of commented retweets.

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

2009-08-13 Thread catcalls
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 a 401 unauthorised. I declare Oauth.Twitter as oauth2 then use oau

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

2009-08-13 Thread Peter Denton
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 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?

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

2009-08-13 Thread catcalls
Yeah - but to clarify - A URLEncoded + (which is a space in RFC POST) is %2B - so that was my point. Don't try and correct me - I am an expert coder. On Aug 13, 10:39 pm, Peter Denton wrote: > just to clarify, so someone doesn't happen upon this thread and start using > %2B for spaces. > > a sp

[twitter-dev] Re: Rate Limiting Question

2009-08-13 Thread jim.renkel
Just to make things crystal clear, it should be stated that the 20k rate limits apply only to GET requests to the so-called REST-API. Other request types (I.e., POST) and / or other APIs (I.e., search, streaming) have other rate limits. Jim Renkel On Aug 13, 3:58 pm, Chad Etzel wrote: > Hi Ther

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-13 Thread Josh Roesslein
This new api looks very cool. Good work twitter API team. :) Josh

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

2009-08-13 Thread Andrew Badera
But you're trying 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, 2009 at 5:41 PM, catcalls wrote: > > Yeah

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

2009-08-13 Thread Andrew Badera
PS you know there are builtin encoding functions, right? ∞ 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:43 PM, Andrew Badera wrote: > But you're trying to encode a SPA

[twitter-dev] Re: Rate Limiting Question

2009-08-13 Thread Dewald Pretorius
YabadabaFrigginDoo!! I have no idea what kind of application would need to continuously make 5 authenticated calls per second on a particular Twitter account, but hey, if you can think of one, you know you won't be rate limited. Dewald On Aug 13, 5:58 pm, Chad Etzel wrote: > Hi There, > > What

[twitter-dev] Re: Rate Limiting Question

2009-08-13 Thread Andrew Badera
On Thu, Aug 13, 2009 at 5:44 PM, Dewald Pretorius wrote: > > YabadabaFrigginDoo!! > > I have no idea what kind of application would need to continuously > make 5 authenticated calls per second on a particular Twitter account, > but hey, if you can think of one, you know you won't be rate limited.

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

2009-08-13 Thread catcalls
Hi, I've been using a free Twitter API Interface that was coded in C# and I imported the DLL and it was working fine until I discovered I cannot post spaces to twitter updates! I mean, WHAT!? So, I have basically coded this application with full interaction with this DLL and wasted the past thre

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

2009-08-13 Thread catcalls
No, I'm trying to encode a RFC POST request space which is a +. Stop trying to be clever, it's making you look like an idiot. On Aug 13, 10:43 pm, Andrew Badera wrote: > But you're trying to encode a SPACE not a + Mr. Expert Coder. > > You've got to be a troll. > > ∞ Andy Badera > ∞ This email

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

2009-08-13 Thread Bojan Rajkovic
On Thu, Aug 13, 2009 at 5: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 you think? You're probably missing log4net. If you'd read the error message, you could have figured t

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

2009-08-13 Thread Andrew Badera
On Thu, Aug 13, 2009 at 5:48 PM, catcalls wrote: > > Hi, > > I've been using a free Twitter API Interface that was coded in C# and > I imported the DLL and it was working fine until I discovered I cannot > post spaces to twitter updates! I mean, WHAT!? > > So, I have basically coded this applicati

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

2009-08-13 Thread catcalls
What are you blathering about now? I've checked the DLL routines, there are no built in encoding features. And as for VB.NET - you have to do it manually like I did with %2B because only ASP.NET has URLEncode. On Aug 13, 10:44 pm, Andrew Badera wrote: > PS you know there are builtin encoding fu

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

2009-08-13 Thread Andrew Badera
On Thu, Aug 13, 2009 at 5:49 PM, catcalls wrote: > > > No, I'm trying to encode a RFC POST request space which is a +. > > Stop trying to be clever, it's making you look like an idiot. > Pot, meet my friend kettle. :) You're a lost cause. ∞ Andy Badera ∞ This email is: [ ] bloggable [x] ask fi

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

2009-08-13 Thread Andrew Badera
.NET has UrlEncode() fool, and numerous other character set manipulation functions. ∞ 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:50 PM, catcalls wrote: > > What are

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

2009-08-13 Thread catcalls
OK - if you're the heroin here tell me where it is located. And if you state system.web.httputility I'm gonna smack you. On Aug 13, 10:52 pm, Andrew Badera wrote: > .NET has UrlEncode() fool, and numerous other character set > manipulation functions. > > ∞ Andy Badera > ∞ This email is: [ ] blo

[twitter-dev] Re: Rate Limiting Question

2009-08-13 Thread Dewald Pretorius
In fact, with an API response time of 0.3 seconds, you won't even run out of rate limit if your authenticated GET script goes into an endless loop. Dewald On Aug 13, 6:44 pm, Dewald Pretorius wrote: > YabadabaFrigginDoo!! > > I have no idea what kind of application would need to continuously >

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

2009-08-13 Thread Andrew Badera
For general encoding, yes, HttpUtility, or Server. And Boijan pointed out the OAuth UrlEncode function 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=(

[twitter-dev] Rate Limiting Problem

2009-08-13 Thread arjun
We are a research group in Georgia Tech working on a Recommender System for Twitter. We have 10 accounts and 3 ips whitelisted. However, since the accounts use the same ips, the rate limit of the ips (20,000) is causing a bottleneck. We would like to get the ips off the white-list if thats the onl

[twitter-dev] streaming API "track" method missing statuses?

2009-08-13 Thread Andrew McCloud
Hello Everyone, I can't seem to figure out why the tweets from my test account do not show up in the streaming track method. If I use my personal account everything show up just fine. Is the track pool limited? Also! Is it possible to track "#hash" and "@user" exclusively? Andrew McCloud

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

2009-08-13 Thread catcalls
Bojan, This is a problem. I cannot find the URLEncoding feature. Basically, I have declared OAuth.Twitter as Oauth2 and use OAuth.GetAuthorisationLink() etc... to authorise so that object is authorised. BUT - OAuth.Twitter has no URLEncoding feature that I can find? Neither can I locate URLEnco

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

2009-08-13 Thread catcalls
Yeah, accept that you've been smacked. VB.NET for Windows Forms has no HTTPUtility.URLEncode - it's purely ASP.NET. Dumbass troll. On Aug 13, 10:54 pm, Andrew Badera wrote: > For general encoding, yes, HttpUtility, or Server. > > And Boijan pointed out the OAuth UrlEncode function as well for yo

[twitter-dev] Re: Rate Limiting Problem

2009-08-13 Thread Andrew Badera
Get the accounts themselves whitelisted. ∞ 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:13 PM, arjun wrote: > > We are a research group in Georgia Tech working on a Re

[twitter-dev] Re: Rate Limiting Problem

2009-08-13 Thread Chad Etzel
w00t! Go Jackets! I'll contact you off list to figure this one out with you guys. -Chad On Thu, Aug 13, 2009 at 5:13 PM, arjun wrote: > > We are a research group in Georgia Tech working on a Recommender > System for Twitter. We have 10 accounts and 3 ips whitelisted. > However, since the accounts

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

2009-08-13 Thread Bojan Rajkovic
On Thu, Aug 13, 2009 at 5:57 PM, catcalls wrote: > > Bojan, > > This is a problem. I cannot find the URLEncoding feature. > > Basically, I have declared OAuth.Twitter as Oauth2 and use > OAuth.GetAuthorisationLink() etc... to authorise so that object is > authorised. BUT - OAuth.Twitter has no UR

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

2009-08-13 Thread Andrew Badera
Like I said, or Server buddy. Keep digging that hole. Thanks for all the laughs! ∞ 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:58 PM, catcalls wrote: > > Yeah, accep

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

2009-08-13 Thread Bojan Rajkovic
On Thu, Aug 13, 2009 at 5:54 PM, Andrew Badera wrote: > > For general encoding, yes, HttpUtility, or Server. > > And Boijan pointed out the OAuth UrlEncode function as well for your > specific problem as well. > > Smack me? Feel free, c'mon over! Hi Andrew, Mind if I mail you? --Bojan

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

2009-08-13 Thread catcalls
Server is purely ASP.NET - What the hell are you on? On Aug 13, 10:59 pm, Andrew Badera wrote: > Like I said, or Server buddy. > > Keep digging that hole. Thanks for all the laughs! > > ∞ Andy Badera > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/s

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

2009-08-13 Thread Andrew Badera
On Thu, Aug 13, 2009 at 6:01 PM, Bojan Rajkovic wrote: > On Thu, Aug 13, 2009 at 5:54 PM, Andrew Badera wrote: >> >> For general encoding, yes, HttpUtility, or Server. >> >> And Boijan pointed out the OAuth UrlEncode function as well for your >> specific problem as well. >> >> Smack me? Feel free

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

2009-08-13 Thread Andrew Badera
On Thu, Aug 13, 2009 at 6:01 PM, catcalls wrote: > > Server is purely ASP.NET - What the hell are you on? > You are familiar with the concept of including references, right? Take your pick. ∞ Andy Badera ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/

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

2009-08-13 Thread Bojan Rajkovic
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. Actually, Andrew's absolutely right, you can use HttpUtility's UrlEncode in WinForms. You just need a referen

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

2009-08-13 Thread Andrew Badera
Straight out of OAuthBase and Shannon Whitley's work: protected string UrlEncode(string value) { StringBuilder result = new StringBuilder(); if (!string.IsNullOrEmpty(value)) { foreach (char symbol in value) {

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-13 Thread David
Will there be a "retweeted from " field? I would love to get this data to see which Twitter client/tool aids and promotes spreading of tweets.

[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: Early developer preview: Retweeting API

2009-08-13 Thread Josh Roesslein
One small suggestion I have for the home_timeline method: Maybe it would be nice to include a parameter flag that allows us to specify if we want retweets included in the response. With this flag set home_timeline would act just like the current friends_timeline. This allows us to give the user an

[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: > > > Yeah, accept

[twitter-dev] Re: streaming API "track" method missing statuses?

2009-08-13 Thread John Kalucki
Andrew, If your test account statuses show up in search, but not in track, and you haven't been rate limited in track, then there's a problem. If the test account doesn't show up in search, it won't show up in the Streaming API either. I don't understand your second question. -John Kalucki twit

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

2009-08-13 Thread Andrew Badera
On Thu, Aug 13, 2009 at 6:06 PM, catcalls wrote: > > Oh, one last point - URLEncode will only convert the + to %2B - what I > have tried using. So, what the HELL are you talking about? You're not encoding a +. You're encoding a " ". Good luck and good evening friend.

  1   2   >