Re: [twitter-dev] Perl script for retrieving twits

2009-12-02 Thread Dave Sherohman
On Tue, Dec 01, 2009 at 06:20:05AM -0800, Oreste wrote: I'm using Net::Twitter module which is working nicely. I'm getting back a lot of variables, I need to grab just those variables giving me the message and date. Could you help me to find them out? This is the script I'm using: use

Re: [twitter-dev] How does twitter recognize @username in tweets?

2009-12-02 Thread Dave Sherohman
On Tue, Dec 01, 2009 at 07:14:25PM -0800, yegle wrote: I have a saved search which is yegle -...@yegle to track tweets which intends to mention me, I found some tweets with format described below can be found using yegle -...@yegle but also appear in my reply_timeline: Here is sometext and

[twitter-dev] Url shortening

2009-12-02 Thread Fizzle
Hello guys, I'm working with the Twitter API. When I update my status via the API, a URL within the status will only be shortened when my message is longer than 140 characters. Is there a possibility to force Twitter to shorten all URLs, independent from the length of the status message? Thanks

[twitter-dev] Twitter questions regarding the XML RSS feeds

2009-12-02 Thread Rebelj12a
I currently have a twitter app which uses a php script to get the XML/ RSS feed from a twitter profile and reads the .responseXML so that it can be placed and updated every 5 seconds, it cycles and does this for 7 different feeds based on form input is there a limit to how frequently this is

Re: [twitter-dev] Url shortening

2009-12-02 Thread Raffi Krikorian
nope. if that's the behavior you want, then use the bit.ly API directly (http://code.google.com/p/bitly-api/wiki/ApiDocumentation). Hello guys, I'm working with the Twitter API. When I update my status via the API, a URL within the status will only be shortened when my message is longer

[twitter-dev] Hi,i am developing a Twitter client on Windows. And looking ..

2009-12-02 Thread Chi-Shun Chen
Hi all, I am Andrew,will like to develop a Twitter client on Windows. It will be a client software on windows. I can make the GUI similer to a famous website. (take a example, Googi Calendar is similer GUI to Google Calendar) I am looking a opportunities for cooperation. The features

[twitter-dev] Re: Twitter API gives different results for different IPs?

2009-12-02 Thread howard
We're getting ready to launch an avatar-centric app, and it would be great to have some idea what the status is of this issue. Thanks. h On Nov 21, 6:11 am, howard howard.lipt...@gmail.com wrote: I have 3 letters to suggest to you: CDN :-) Hope to hear good news soon! -H On Nov 20,

[twitter-dev] Re: Perl script for retrieving twits

2009-12-02 Thread Oreste
Thanks to Dave and natefanaro, the Perl doc is quite clear, but I could not find a suitable property or method that retrieves just my twits, the ones I generate from my account. thanks to Dave's suggestion I found the answer, which is the following: use Net::Twitter; use Data::Dumper; my $nt =

[twitter-dev] Re: Twitter questions regarding the XML RSS feeds

2009-12-02 Thread John Kalucki
Instead of polling 5040(!) times an hour, you should be using the Streaming API track?follow= feature to receive statuses from a set of users. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Dec 2, 2:07 am, Rebelj12a rebelj...@gmail.com wrote: I currently have a twitter app

[twitter-dev] statuses/followers incorrectly ordered

2009-12-02 Thread tom
Hi All, We've recently seen a change in the ordering of the users that the statuses/followers method returns - according to the docs, this method should be returning the users in this order: They are ordered by the order in which they followed the user. However, they now appear essentially

[twitter-dev] Re: How can I use Twitter Logo in ads and marketing campaign

2009-12-02 Thread thaitwitter...@hotmail.com
No reponse from tradema...@twitter.com :(

[twitter-dev] Re: Issue while implementing Twitter's OAuth

2009-12-02 Thread Ken
Hey, thanks buddy. I was having the same problem and you're fix worked for me. Best, Ken On Nov 30, 1:02 am, Kirill N knovitche...@gmail.com wrote: Just had the same issue when working on my Tweet Blender plugin and found out that the example given by twitteroauth author had method and

[twitter-dev] Re: http://twitter.com/statuses/followers/$user.xml

2009-12-02 Thread Rich
Have you read the API documentation. It says that you need to use cursors to break the results into pages. There isn't a way to get all followers in one call http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0followers On Dec 2, 9:37 am, Joseph S joseph.szen...@gmail.com wrote:

[twitter-dev] Links showing up improperly in Homepage view

2009-12-02 Thread Greg Schoen
Has anyone noticed that is some weirdness with links are showing up improperly in the Homepage/Status view? For example: http://twitter.com/twitter/status/4454683524 http://twitter.com/twitter/status/5430109562 http://twitter.com/twitter/status/5379092481

[twitter-dev] Re: statuses/followers incorrectly ordered

2009-12-02 Thread Wilhelm Bierbaum
Your observations are correct. Ordering cannot be guaranteed because of the way we store the graph. I'll make sure that we update the documentation to reflect this fact. On Dec 2, 7:45 am, tom tswool...@gmail.com wrote: Hi All, We've recently seen a change in the ordering of the users that the

Re: [twitter-dev] Links showing up improperly in Homepage view

2009-12-02 Thread Abraham Williams
And that does not even include ones like these: https://twitter.com/abraham/status/6186733030 http://twitter.com/cheeaun/status/6187823350 On Wed, Dec 2, 2009 at 13:31, Greg Schoen greg.sch...@gmail.com wrote: Has anyone noticed that is some weirdness with links are showing up improperly in

Re: [twitter-dev] Re: statuses/followers incorrectly ordered

2009-12-02 Thread Thomas Woolway
Hi Wilhelm, Thanks for the follow up, The Twitter web site is still showing followers in the correct order - is this not something that can be extended to the API, and if not, why the disconnect? Thanks, Tom On Wed, Dec 2, 2009 at 7:32 PM, Wilhelm Bierbaum wilh...@twitter.comwrote: Your

[twitter-dev] Are lists having problems?

2009-12-02 Thread Michael Steuer
I¹m getting HTML errors back (see below) when trying to get a lists statuses... Are there issues that haven¹t been announced? Thanks, Michael Here¹s the HTML that Twitter API returns to me: !DOCTYPE html PUBLIC \\-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional\\/\\/EN\\

Re: [twitter-dev] Are lists having problems?

2009-12-02 Thread shiplu
The error is Something is technically wrong. Thanks for noticing we're going to fix it up and have things back to normal soon -- A K M Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation

Re: [twitter-dev] Are lists having problems?

2009-12-02 Thread Michael Steuer
Thanks... There error/problem however was on my end... Fixed it... Sorry to have bothered you... Michael. On 12/2/09 2:33 PM, shiplu shiplu@gmail.com wrote: The error is Something is technically wrong. Thanks for noticing we're going to fix it up and have things back to normal soon

[twitter-dev] Quick question re ReTweets

2009-12-02 Thread Michael Steuer
So when a user is looking at his own home_timeline, and decides to retweet a status from someone else ­ the next time that home_timeline is loaded, will it show both statuses (the original tweet and the retweet by the user), or one or the other? My understanding is that the new retweet

Re: [twitter-dev] Re: Search API questions

2009-12-02 Thread AJ Chen
unless I miss something, it's usually user's responsibility to dedup returned tweets on the client side. if you see duplicates between two feeds, just remove the duplicates. this is what client application should have in any case. if you see no fresh tweets but only old tweets, there may be a

[twitter-dev] internal server error 500 on home_timeline

2009-12-02 Thread stephane
Hi Twitter team I'm getting internal server errors 500 on home_timeline calls for my user (sphilipakis) It seems It's the only account with wich we have issues right now. Anyone can help ? Stephane Philipakis @sphilipakis

Re: [twitter-dev] internal server error 500 on home_timeline

2009-12-02 Thread Cameron Kaiser
I'm getting internal server errors 500 on home_timeline calls for my user (sphilipakis) It seems It's the only account with wich we have issues right now. Anyone can help ? Confirming, although suddenly it has started working again as I write this (therapeutic bug report). --

[twitter-dev] Re: Regarding the search API based on Geo location

2009-12-02 Thread Luca Faggioli
Hi Raffi, our app (www.kirigo.com) currently fills the geo tag of status updates - since we also want to extract this info from tweets from others, my question is: is the search the only way to extract the geo coordinates of a tweet? I would rather been interested in the timeline and I can see

[twitter-dev] firehose request for real-time tweet map (re: bing)

2009-12-02 Thread Matt
Just saw that the silverlight version of Bing maps are now displaying real-time tweets. We have been working on a similar real-time map concept that clusters the data more effectively allowing you to view up to 7 days of tweets at any zoom level. Currently bing decreases the timespan to reduce

[twitter-dev] Re: Links showing up improperly in Homepage view

2009-12-02 Thread n0mer
Confirm: http://twitter.com/education_ua/status/6272126901 Complete url is http://education.ua/?p=1058;, but link leads only to http://education.ua/; (root home page, w/out ?p=1058) My guess is twitter forces to use it's own bit.ly URL shortening service, and do not want any competition in this

Re: [twitter-dev] Take our Twitter survey for a chance to win a $200 Amazon gift card

2009-12-02 Thread Angel
I just worked on a UI for something similar and will email you the research stuff when I get home. If you are interested. Sent from my iPhone On Dec 2, 2009, at 5:21 AM, Whitney Hess whitney.h...@gmail.com wrote: Dearest Twitter Developers, Fusebox, Orian Marx and I are building yet

[twitter-dev] Re: Streaming Api - Keywords matched

2009-12-02 Thread Julien
I kind of disagree with you here... not because it's hard to match the users (the algo you offered is what we use) but because you assume that queries will juts match 1 single keyword. I think this is not doable if you start introducing things like + or or || or , because you need to compare a

[twitter-dev] Getting 500 responses from Twitter constantly

2009-12-02 Thread Ben Novakovic
Hi, I run Mobile Tweete (http://m.tweete.net), and I've noticed within the last few hours that users keep getting 500 error response codes from the Twitter Api. I have a dev server running the exact same code on my machine here and I'm experiencing no such errors. I was just wondering whether

[twitter-dev] Format for 'source' parameter for Twitter clients

2009-12-02 Thread anandra...@gmail.com
Hi there I am working on twitter client appication, I want know about source parameter. Can any one help me. Thanks Anand

[twitter-dev] want to get a frequency count of all words on twitter, 1 time/day

2009-12-02 Thread hydrodog
The twitter API allows us to collect the top 10 keywords, but what we want is a lot of words (100,000 perhaps?) but only once per day. Obviously, with a firehose, we could do the work ourselves, but it seems obvious that internally, such a keyword list must exist, so is there any chance to get

[twitter-dev] oauth/request_token responds with Content-Type: text/html instead of application/x-www-form-urlencoded

2009-12-02 Thread KiNgMaR
Hey folks, especially the Twitter-employed folks. Got a problem with your services: I am developing a new OAuth library, and I want it to be compliant to the OAuth specs. However, your oauth/request_token method (possibly oauth/access_token as well) isn't making that easy for me. The problem is

Re: [twitter-dev] Do direct messages have associated geotags?

2009-12-02 Thread Raffi Krikorian
hi. this feature is on our roadmap, but i don't yet have a date for when it will be launched. Hello everyone, I'm working on developing an app designed around direct messaging. My hope is that, in the same way status messages can have associated geotag metadata, direct messages can too.

Re: [twitter-dev] Re: Regarding the search API based on Geo location

2009-12-02 Thread Raffi Krikorian
hi luca. yup - geo data should be everywhere a status is rendered. on the REST API, on streaming, and on search. if its not there, please feel free to reach out to me. Hi Raffi, our app (www.kirigo.com) currently fills the geo tag of status updates - since we also want to extract this

Re: [twitter-dev] Format for 'source' parameter for Twitter clients

2009-12-02 Thread Raffi Krikorian
the source parameter is not useful to new applications - in order to populate it, you must make your calls using oauth. Hi there I am working on twitter client appication, I want know about source parameter. Can any one help me. Thanks Anand -- Raffi Krikorian Twitter Platform Team

[twitter-dev] Re: Getting 500 responses from Twitter constantly

2009-12-02 Thread Ben Novakovic
since posting this - I've noticed other users on here have experienced the same problem. It only appears to happen to certain user accounts on home_timeline. Not sure what the issue is. I'm not over my rate limit because I can view replies/dms. Cheers, Ben On Dec 3, 11:37 am, Ben Novakovic

Re: [twitter-dev] Re: Links showing up improperly in Homepage view

2009-12-02 Thread Mark McBride
In both cases note that the url is weird, in that the ? comes after a /. I'll forward this to the appropriate team On Wed, Dec 2, 2009 at 12:55 PM, n0mer nikolay.goryle...@gmail.com wrote: Confirm: http://twitter.com/education_ua/status/6272126901 Complete url is http://education.ua/?p=1058;,

Re: [twitter-dev] Re: Getting 500 responses from Twitter constantly

2009-12-02 Thread Mark McBride
We've identified the issue and are working on a fix right now. Stay tuned... On Wed, Dec 2, 2009 at 6:06 PM, Ben Novakovic bennovako...@gmail.com wrote: since posting this - I've noticed other users on here have experienced the same problem. It only appears to happen to certain user accounts

Re: [twitter-dev] want to get a frequency count of all words on twitter, 1 time/day

2009-12-02 Thread John Kalucki
Subscribe to a spritzer feed on the Streaming API: http://stream.twitter.com/1/statuses/sample.xml and you can work out your own word frequency distribution to a rather high precision. After you have done so, I bet you'll write your own Trending Topics algorithm. It's physically impossible not to.

RE: [twitter-dev] Re: Streaming Api - Keywords matched

2009-12-02 Thread Bryan Nehl
Have you researched Vector Space Model (VSM) and cosine theta calculations or approximations? You could calculate one of the approximations on the incoming stream yourself. Check out this paper http://www.cse.ust.hk/~dlee/Papers/ir/ieee-sw-rank.pdf Regards, Bryan

[twitter-dev] I can not get twitter friends with TwitterN(Amplify.Twitter)

2009-12-02 Thread Dali Li
hi all My applciation get twitter information with TwitterN, now the GetFriends API get the same 100 friends every page, I don't know what's happen? API changed or some happen? please help me. thanks Dali

[twitter-dev] Re: want to get a frequency count of all words on twitter, 1 time/day

2009-12-02 Thread dbasch
We can help you with that, we have word lists for hundreds of millions of tweets from the past year and add more every day to trendistic.com. Please email me, maybe we can do something together. Diego On Dec 2, 3:33 pm, hydrodog dov.kru...@gmail.com wrote: The twitter API allows us to collect

[twitter-dev] Real Time Twitter Booze -- SF 12/7, NY 12/10

2009-12-02 Thread LeeS - @semel
Hi all, We're the cofounders of Sawhorse Media, which created Listorious, Shorty Awards, Muck Rack, Venture Maven. We're anxious to meet more folks doing Twitter development so we're getting a few together for drinks. If you're building a business around the real time web or just tinkering with

Re: [twitter-dev] Track streaming : how to match tweets?

2009-12-02 Thread John Kalucki
Julien, Parsing the status text and matching the tokens against your local predicate set is neither computationally complex nor particularly difficult to code. In fact, such an implementation is practically indistinguishable from indicating which predicates matched on our end -- you'd still have

Re: [twitter-dev] Re: the new retweet feature might break my app

2009-12-02 Thread John Kalucki
This is documented, supported and subject to as much change or stasis as any other Twitter feature. The entire tweet is given to avoid an extra round-trip in rendering timelines. Many our results are denormalized in this way, as a fully normalized schema delivered via an Internet service would be

Re: [twitter-dev] firehose request for real-time tweet map (re: bing)

2009-12-02 Thread John Kalucki
We are not currently offering the full firehose to developers at this point. Stay tuned for some generally available features that will help in the Geo space. In the mean time, subscribe to the Gardenhose and make do with a sample. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc.

Re: [twitter-dev] I can not get twitter friends with TwitterN(Amplify.Twitter)

2009-12-02 Thread John Kalucki
You need to switch to the cursor-based resources. Pagination has been disabled. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Wed, Dec 2, 2009 at 6:14 PM, Dali Li lidali1...@gmail.com wrote: hi all My applciation get twitter information with TwitterN, now the

[twitter-dev] Retweeted statuses broken

2009-12-02 Thread Rich
Hi is it just me or since the problems last night the retweeted to me, by me and of me api calls are returning 404s?