[twitter-dev] trends/location: number of occurrence of location element

2010-03-08 Thread Yusuke Yamamoto
Hi, I'm developing Twitter4J and have a quick question. Is there any chance that trends/location returns multiple location elements? Thanks, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at :

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

2010-03-08 Thread Karthik
Arc90 - PHP Library for REST and Search API - http://lab.arc90.com/2008/06/03/php-twitter-api-client/ PhireHose - PHP library for Streaming API - http://code.google.com/p/phirehose CodeIgniter as PHP framework and Netbeans PHP IDE

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread Roy Leban
Thread of a discussion: twitterapi: @RoyLeban nbsps will be literally encoded as nbsps (and not spaces) ^RK RoyLeban: @twitterapi Yup, nbsp is what I need. See @Puzzazz to see what I'm doing. Any chance bug'll get fixed? If not, what's the real tweet limit? twitterapi: @RoyLeban it's not a

[twitter-dev] Application based on Search API

2010-03-08 Thread Diz
For the last 3 months I am experimenting the Search API. I'm focusing on the geo-location searching capabilities. For the beginning I started with my own city, but my intents are to extend to the major cities of my country: that will be at most ten. My idea of application is to offer real-time

[twitter-dev] Re: link to disabled acct

2010-03-08 Thread Frank
When I click on the link the page comes up so folks can see my recent tweets. However, when I try to log in then I get the This account has been disabled message. What I don't understand is that the page mentioned in my first sentence comes up if the account has been disabled. On Mar 5, 10:24 

[twitter-dev] Re: You aren't allowed to add members to this list

2010-03-08 Thread YARG
Thanks Abraham .. a little embarrassing as I’d got it all completely wrong, anyway thanks for your help. It all works a treat now. Cheers Steve On Feb 24, 9:32 pm, Abraham Williams 4bra...@gmail.com wrote: You are trying to add members to @twitterapi/team which is an account/list you don't

Re: [twitter-dev] Application based on Search API

2010-03-08 Thread John Kalucki
Your application description sounds like resyndication, which is not allowed under various terms and agreements. You cannot make Twitter data available via an API unless a very specific set of requirements are adhered to. Contact a...@twitter.com to start this process. -John Kalucki

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread Brian Smith
Hi Taylor, I tried %20 along with a lot of other things and nbsp; was the only thing that worked in all places -- the web, Twitter clients, and SMS messages to cell phones. Other than this problem, it has worked great for nine months. If Twitter has made changes such that %20 will now work

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread Scott Wilcox
Agreed, I strip out too. On 8 Mar 2010, at 15:57, Brian Smith wrote: Hi Taylor, I tried %20 along with a lot of other things and nbsp; was the only thing that worked in all places -- the web, Twitter clients, and SMS messages to cell phones. Other than this problem, it has worked great

Re: [twitter-dev] trends/location: number of occurrence of location element

2010-03-08 Thread Raffi Krikorian
hi yusuke! the schema allows us the ability to do so in the future -- but, as of today, no. On Mon, Mar 8, 2010 at 12:34 AM, Yusuke Yamamoto yus...@mac.com wrote: Hi, I'm developing Twitter4J and have a quick question. Is there any chance that trends/location returns multiple location

[twitter-dev] I'm Twitter's API whitelisted but still getting rate limit response

2010-03-08 Thread Jacob
Can Anyone help please, I've requested to whitelist an account name and two IPs, I got a mail from Twitter team saying they approved my request 5 days ago, but still getting rate limit response on one of the IPs. what should I do? Jacob

[twitter-dev] Re: xAuth

2010-03-08 Thread Berto
To follow up, this works for me now. It looks like Twitter's cache was not showing me as having xAuth access so it appears that converting to xAuth is as easy as it seems ;). On Mar 5, 4:22 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Berto, I can confirm that using POST

[twitter-dev] Whitelisted and calls left, but still says Rate Limit Exceeded?

2010-03-08 Thread Roy Rodenstein
Hi all, I'm new to Twitter API dev, working on a mashup with LinkedIn to find your LI network on Twitter. I am only doing a couple of Twitter calls: - friends/ids, one per app run - user search w/limit of 5 results, about 20 per app run (tho this will rise when I'm done testing) So pretty

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread Roy Leban
To Scott and Brian, please take a look at the tweets on @Puzzazz. There is no other way to have them appear correctly. What I am doing is not annoying in the least and it may be futile in your particular Twitter clients but I tested what I'm doing in many clients and it worked fine. I'm open to

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread M. Edward (Ed) Borasky
I looked at the @puzzazz stream. It's interesting, but you've already got a mix of links to puzzles and embedded puzzles and clues. So I'm not sure what you'd lose by making your tweet stream 100 percent links with searchable US-ASCII text, other than getting filtered out by algorithms

[twitter-dev] Re: Problem sending tweets with nbsp chars

2010-03-08 Thread @epc
On Mar 8, 4:06 pm, Roy Leban r...@royleban.com wrote: I'm open to suggestions but you're screwed is not a suggestion. And changing what I'm doing doesn't address the fact that Twitter has a bug. What code are you using to post these tweets? Is it possible that it is transcoding nbsp; to

[twitter-dev] Re: Search API rate limit IP address question

2010-03-08 Thread eys
Thank you for your reply! If this were true then sometimes your request works and other times it doesn't. Is that the case? Yes, each time I run my app, it makes ~80 calls to the Search API. I can only run a full test of the app 2 or 3 times before I get the Stream Error. But if I run a

[twitter-dev] Are tweet ID-s in search and rest API-s the same?

2010-03-08 Thread Jaanus
http://apiwiki.twitter.com/Twitter-Search-API-Method:-search says: Warning: The user ids in the Search API are different from those in the REST API (about the two APIs). This defect is being tracked by Issue 214. This means that the to_user_id and from_user_id field vary from the actualy user id

Re: [twitter-dev] Are tweet ID-s in search and rest API-s the same?

2010-03-08 Thread Mark McBride
Tweet IDs will be the same. ---Mark http://twitter.com/mccv On Mon, Mar 8, 2010 at 3:11 PM, Jaanus jaa...@gmail.com wrote: http://apiwiki.twitter.com/Twitter-Search-API-Method:-search says: Warning: The user ids in the Search API are different from those in the REST API (about the two

[twitter-dev] Changing the Content-Type header for OAuth token exchanges

2010-03-08 Thread Mark McBride
All - Per issue 1263 (http://code.google.com/p/twitter-api/issues/detail?id=1263) (and the OAuth spec), we're looking to change the Content-Type header for OAuth token exchanges to 'application/x-www-form-urlencoded'. To date it has been 'text/html'. We want to ensure that this will not break

[twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-08 Thread Rahul
Hello, I am building an application that monitors tweets about movies(for now with... other interesting things planned). I have my id whitelisted but I want to avoid overusing it. The challenge that I face is that ideally I want to make full use of the opportunity to retrieve 100 tweets per call

[twitter-dev] Streaming API follow limit

2010-03-08 Thread Lucas Vickers
Hello, The Streaming API documentation used to state that you could follow 200 or 400 users (I forget). I just checked the updated documentation and I don't see any mention of limit. Does anyone know the limit of users I can follow with a regular and a whitelist account? The number is going to

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-08 Thread Mark McBride
This sounds like a perfect use case for the streaming API. The rate limits there are different, but in general more permissive. And because you're doing primarily OR queries, the current track functionality seems sufficient. ---Mark http://twitter.com/mccv On Mon, Mar 8, 2010 at 3:21 PM,

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread Julio Biason
On Mon, Mar 8, 2010 at 5:15 AM, Roy Leban r...@royleban.com wrote: RoyLeban:�...@twitterapi What does like that mean? You count each nbsp as 1 char until you get close to 140 then count them as more? Sounds like a bug Don't get me wrong, but I'm guessing that your problem is that you are

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread Cameron Kaiser
RoyLeban:_...@twitterapi What does like that mean? You count each nbsp as 1 char until you get close to 140 then count them as more? Sounds like a bug Don't get me wrong, but I'm guessing that your problem is that you are thinking Twitter counts chars, when it counts bytes, actually.

[twitter-dev] Trouble connecting to the Streaming API - 404 errors

2010-03-08 Thread John Kalucki
If you suddenly are getting 404 errors from the Streaming API, it's probably because you haven't updated your URLs. See: http://groups.google.com/group/twitter-development-talk/browse_frm/thread/44bd32155dbf2c16/f085ffb0e64e0709?lnk=gstq=jkalucki+deprecate#f085ffb0e64e0709 -John Kalucki

Re: [twitter-dev] Tips to avoid hitting rate limits for my movie monitoring application.

2010-03-08 Thread M. Edward (Ed) Borasky
What would make use of Streaming for this use case a *lot* easier would be if Twitter would export to the API more detailed information about the Trending Topics. For example, I'd like to see more topics than just the current number displayed, and tweets per unit time (hourly worst case)

[twitter-dev] twitter dev meetup at SXSW on Friday

2010-03-08 Thread Mike Champion
I'll be heading to SXSW later this week and wondering who else will be going this year? On Friday afternoon oneforty is going to buy the first few rounds at a beer o'clock meetup. If you're going to SXSW, or in the Austin area, it'd be great to meetup. Always more fun to talk about rate limiting,

Re: [twitter-dev] Application based on Search API

2010-03-08 Thread Abraham Williams
Is the specific set of requirements published anywhere? Abraham On Mon, Mar 8, 2010 at 06:50, John Kalucki j...@twitter.com wrote: Your application description sounds like resyndication, which is not allowed under various terms and agreements. You cannot make Twitter data available via an

Re: [twitter-dev] Re: A PubSubHubbub hub for Twitter

2010-03-08 Thread Abraham Williams
The specified discussion with DeWitt: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/d001cb08a80f004/ http://groups.google.com/group/twitter-development-talk/browse_thread/thread/d001cb08a80f004/I don't think I wan't everybody and their mom cloning the Twitter API at

Re: [twitter-dev] Application based on Search API

2010-03-08 Thread John Kalucki
Not at the moment, as we expect that the number of services that this will apply to is small. We'll be clarifying data access and licensing over the next few months. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Mar 8, 2010 at 9:57 PM, Abraham Williams