[twitter-dev] Re: Twitter Live Event Beaming

2009-07-08 Thread Andrew Badera
On Tue, Jul 7, 2009 at 11:25 PM, Juslin Guojuslin...@gmail.com wrote: Dear All, I not sure if this is the place to ask this question. May i check does anyone know of a full-screen application/flash app/web-apps that allow me to beam on a projector/led screen live updates from twitter. I

[twitter-dev] Re: Spamming via addition of trending words to tweets

2009-07-08 Thread Andrew Badera
On Tue, Jul 7, 2009 at 8:34 PM, Jeffrey Greenbergjeffreygreenb...@gmail.com wrote: can we expect more aggressive filtering from Twitter itself or is this really a full-blown app responsibility? Careful what you ask for -- if Twitter gets too aggressive, it's bound to impinge upon some

[twitter-dev] Re: Twitter Live Event Beaming

2009-07-08 Thread Alex Mou
We are doing Chinese minblog in China: www.zuosa.com And we have been doing that big screen streaming for the last couple of years at conferences in China. It's a free service. Check out this for the use cases: http://blog.zuosa.com Are you in China? Then it is easy. If not in China, we might

[twitter-dev] about spidering

2009-07-08 Thread Nerrutis Morkunas
hi, i wrote simple posts, with few special characters, bur google didn`t spidered any of them. But google didnt spidered them, i cant find them on that search engine. So what is the reason to use Twitter, if google doesnt spider?

[twitter-dev] JSON status response gives me negative ID

2009-07-08 Thread AlexanderZn
Hi all! I'm writing a twitter-widgets that is based on data formated as JSON. I get the data from http://twitter.com/statuses/user_timeline.json?screen_name=username Locally this works like a charm, but when i upload the script to my webserver i get negative ids. [id] = -1766397267

[twitter-dev] Re: stopping bit.ly automatic shortening of urls

2009-07-08 Thread Swaroop
However, if you paste in a link that is less than 30 characters, we'll post it in its entirety. If it's longer than 30 characters, we'll convert it to a shorter URL. Source: http://help.twitter.com/portal

[twitter-dev] Re: tweeting more than 140 words

2009-07-08 Thread twittwit
example is http://twitter.com/hashgoogle/status/2531249931 On Jul 8, 11:01 am, twittwit ytbr...@gmail.com wrote: hi all, i notice that hashgooglehttp://twitter.com/hashgoogleis tweeting more than 140words. and it is using api. anybody know which api methods allow that? or is that a

[twitter-dev] Re: JSON status response gives me negative ID

2009-07-08 Thread Stuart
2009/7/8 AlexanderZn alexan...@liljengard.se: Hi all! I'm writing a twitter-widgets that is based on data formated as JSON. I get the data from http://twitter.com/statuses/user_timeline.json?screen_name=username Locally this works like a charm, but when i upload the script to my

[twitter-dev] Re: about spidering

2009-07-08 Thread Cameron Kaiser
hi, i wrote simple posts, with few special characters, bur google didn`t spidered any of them. But google didnt spidered them, i cant find them on that search engine. So what is the reason to use Twitter, if google doesnt spider? Obviously not SEO. *ahem* --

[twitter-dev] Re: tweeting more than 140 words

2009-07-08 Thread Matt Sanford
In the vien of There's an app for that … There's a ticket for that: http://code.google.com/p/twitter-api/issues/detail?id=807 — Matt On Jul 8, 2009, at 6:57 AM, Nick Arnett wrote: On Wed, Jul 8, 2009 at 5:19 AM, twittwit ytbr...@gmail.com wrote: example is

[twitter-dev] Re: Whitelist Limits

2009-07-08 Thread John Kalucki
You should consider using the Streaming API in conjunction with the REST API to build such a service, it might make things a little easier. Currently there are several obstacles for a large-scale integration with a service that intends to duplicate a desktop application's functionality. The REST

[twitter-dev] Re: Spamming via addition of trending words to tweets

2009-07-08 Thread Jeffrey Greenberg
I'm liking Andrew's thoughts regarding sensitivity to what spam is, and am thinking about the gmail like vote-if-spam approach. Wondering if the api community (or really twitterers) would use an api such as this: smellsLikeSpam( list_of_tweet_ids )... Twitter could aggregate and apply policy

[twitter-dev] Re: Help with twitter profile.

2009-07-08 Thread Slicey
Can anyone help? On Jul 7, 6:25 pm, Slicey sli...@live.co.uk wrote: Basically I am trying to make a site where a user come to the site, types in their username, song title, artist title, and uploads a song, this then gets stored in a database along with a random generated code. What I am

[twitter-dev] Re: Help with twitter profile.

2009-07-08 Thread Peter Denton
I think the absence of responses might be that there are many variables in your code and I cant get anything to show up could mean anything, including things in your include files, etc Being much more specific about output makes it easy for the brains to help. On Wed, Jul 8, 2009 at 8:53 AM,

[twitter-dev] Re: Spamming via addition of trending words to tweets

2009-07-08 Thread Duane Roelands
I didn't even know that there was a way to report tweet spam to Twitter. I'll definitely add a Report Spam feature to my application. On Jul 8, 11:28 am, Jeffrey Greenberg jeffreygreenb...@gmail.com wrote: I'm liking Andrew's thoughts regarding sensitivity to what spam is, and am thinking

[twitter-dev] Re: Help with twitter profile.

2009-07-08 Thread Slicey
Can anyone help? On Jul 7, 6:25 pm, Slicey sli...@live.co.uk wrote: Basically I am trying to make a site where a user come to the site, types in their username, song title, artist title, and uploads a song, this then gets stored in a database along with a random generated code. What I am

[twitter-dev] Re: Help with twitter profile.

2009-07-08 Thread Duane Roelands
Well, it doesn't look like you ever give the user's password to the Twitter object. It's probably failing on authentication. On Jul 8, 12:02 pm, Slicey sli...@live.co.uk wrote: Can anyone help? On Jul 7, 6:25 pm, Slicey sli...@live.co.uk wrote: Basically I am trying to make a site where a

[twitter-dev] Re: Spamming via addition of trending words to tweets

2009-07-08 Thread Blaine Garrett
Outside of trends, another area where this could be handy is when using Twitter as a sort of OpenId style authentication method. i.e. Sign in with your twitter account. Our service we have a lot of tools and algorithms in place to eradicate spam. A few months ago, we offered twitter

[twitter-dev] Re: stopping bit.ly automatic shortening of urls

2009-07-08 Thread sull
this is a topic of interest to me for a long while. been meaning to start a thread. i'm often bothered by the automatic shortening of urls when in fact the url does not need to be shortened. in these cases, i of course do not want to hide the real url by using a forced 3rd party service like

[twitter-dev] Re: Help with twitter profile.

2009-07-08 Thread Slicey
Can anyone help? On Jul 7, 6:25 pm, Slicey sli...@live.co.uk wrote: Basically I am trying to make a site where a user come to the site, types in their username, song title, artist title, and uploads a song, this then gets stored in a database along with a random generated code. What I am

[twitter-dev] Re: JSON status response gives me negative ID

2009-07-08 Thread AlexanderZn
On Jul 8, 2:26 pm, Stuart stut...@gmail.com wrote: 2009/7/8 AlexanderZn alexan...@liljengard.se: Hi all! I'm writing a twitter-widgets that is based on data formated as JSON. I get the data from http://twitter.com/statuses/user_timeline.json?screen_name=username Locally this

[twitter-dev] Re: stopping bit.ly automatic shortening of urls

2009-07-08 Thread sull
ironically, my example urls are shortened here ;) On Jul 8, 12:20 pm, sull sullele...@gmail.com wrote: this is a topic of interest to me for a long while. been meaning to start a thread. i'm often bothered by the automatic shortening of urls when in fact the url does not need to be

[twitter-dev] updating follow/shadow/birddog list of users

2009-07-08 Thread braver
Uf you have thousands of users, do you really have to cook up a following file with comma-separated say 100,000 user IDs? Should it all be on one line? Now what happens if we want to drop some and add some IDs -- do we have to restart and re-upload all that list again? I see when the curl -d

[twitter-dev] Re: Trying very hard to use OAuth - need help!

2009-07-08 Thread Doug Williams
Abraham Williams has a great PHP sample here that is simple and easy to use: http://twitter.abrah.am/ Thanks, Doug On Wed, Jul 8, 2009 at 12:25 PM, Echieo ech...@gmail.com wrote: Hey everyone, I'd really like to use OAuth for my new twitter application, as I know Twitter is trying to

[twitter-dev] Trying very hard to use OAuth - need help!

2009-07-08 Thread Echieo
Hey everyone, I'd really like to use OAuth for my new twitter application, as I know Twitter is trying to move in that direction, but I can't for the life of me figure out how. I've been over the wiki documentation and I understand the theory but have no idea how to implement it. I see there are

[twitter-dev] Re: Trying very hard to use OAuth - need help!

2009-07-08 Thread Echieo
I've been over his example but it doesn't explain how to use oauth, only how to use his library. I'm having trouble figuring out what to send via curl to twitter to create my own. I could always use his library but I'd like to create one myself. I've been trying to deconstruct all of the objects

[twitter-dev] Re: Trying very hard to use OAuth - need help!

2009-07-08 Thread Abraham Williams
I would advise reading: http://oauth.net/documentation/getting-started And looking over the OAuth PHP lib: http://code.google.com/p/oauth/source/browse/#svn/code/php Abraham On Wed, Jul 8, 2009 at 14:56, Echieo ech...@gmail.com wrote: I've been over his example but it doesn't explain how to

[twitter-dev] Illegal byte sequence 0x00 in UTF8

2009-07-08 Thread braver
I'm loading twits into PostgreSQL, and get a few hundreds of errors for illegal sequence 0x00 in UTF8, e.g. (each leading . is 10,000 gardenhose twits): .org.postgresql.util.PSQLException: ERROR: invalid byte sequence for encoding UTF8: 0x00 [loving the weather here in sunny birmingham uk at the

[twitter-dev] Re: Trying very hard to use OAuth - need help!

2009-07-08 Thread Petermdenton
Hey Echieo You can ping me off the list and I can help you get something working. On Jul 8, 2009, at 12:56 PM, Echieo ech...@gmail.com wrote: I've been over his example but it doesn't explain how to use oauth, only how to use his library. I'm having trouble figuring out what to send via curl

[twitter-dev] Re: stopping bit.ly automatic shortening of urls

2009-07-08 Thread whoiskb
I am curious if there has ever been an official response from twitter on why some simple HTML has not been allowed in a tweet? If we were able to use an anchor tag, and the HTML did not count against the 140 character limit, then the need for a URL shortener service would not be needed. On Jul

[twitter-dev] Re: stopping bit.ly automatic shortening of urls

2009-07-08 Thread Joel Strellner
It goes back to the root of twitter originally being a SMS application. I recall hearing or reading someone on the Twitter team saying that. -Joel On Jul 8, 2009, at 1:31 PM, whoiskb whoi...@gmail.com wrote: I am curious if there has ever been an official response from twitter on why

[twitter-dev] Re: updating follow/shadow/birddog list of users

2009-07-08 Thread Alex Payne
Yes, it's a bit of a pain right now. Long term, we intend on providing methods in the REST API that you can call from another process, while connected to the Streaming API. Those methods will allow you to add and remove user IDs from the list of users you're getting streaming updates from. On

[twitter-dev] Pull email address after authentication?

2009-07-08 Thread Dave Hensley
If a Twitter user has authenticated my app, is it possible for me to view their email address? From what I can tell through the O'Reilly book and Google searches, the answer is currently no due to, I'm assuming, security concerns... But I can think of several reasons why the user may want to

[twitter-dev] Re: Pull email address after authentication?

2009-07-08 Thread JDG
*Yes, I could also use it to send them spam, but that's why they should block my app if they don't trust me.* Shouldn't you be applying the same logic to why they would trust you not to update their email address? On Wed, Jul 8, 2009 at 15:47, Dave Hensley davehens...@gmail.com wrote: If a

[twitter-dev] Re: Pull email address after authentication?

2009-07-08 Thread Dave Hensley
Yes, which is why I think it's silly that I can change their email address but can't view it. I really think it should be the other way around, don't you?. Dave. On Jul 8, 6:00 pm, JDG ghil...@gmail.com wrote: *Yes, I could also use it to send them spam, but that's why they should block my

[twitter-dev] Re: Pull email address after authentication?

2009-07-08 Thread JDG
if we're going with shoulds, i think it should be both or neither. personally, i'd like it to be both, with the option that the user be able to completely hide his or her email address from everyone except the twitter DB. i can see the obvious benefit to the current architecture though. i may be

[twitter-dev] /search ending service for unsupported HTTP methods after July 15, 2009

2009-07-08 Thread Doug Williams
The documentation for the /search method [1] specifies that all queries should be performed with an HTTP GET. On or after July 15, 2009, we will begin enforcing the use of HTTP GET for all queries. Requests sent to the /search method which are not performed with an HTTP GET will be met with an

[twitter-dev] /search ending service for unsupported HTTP methods after July 15, 2009

2009-07-08 Thread Doug Williams
The documentation for the /search method [1] specifies that all queries should be performed with an HTTP GET. On or after July 15, 2009, we will begin enforcing the use of HTTP GET for all queries. Requests sent to the /search method which are not performed with an HTTP GET will be met with an

[twitter-dev] Re: Pull email address after authentication?

2009-07-08 Thread Doug Williams
It is not possible to view a user's email address. Additionally, it is not possible to perform a user lookup based on an email address. If you do not trust an application enough to not change your email address, we suggest you not use that application. As always, please email a...@twitter.com if

[twitter-dev] Re: updating follow/shadow/birddog list of users

2009-07-08 Thread John Kalucki
Alexy, First, curl isn't the best approach for developing against the Streaming API. It's fine for prototyping, but it only goes so far. Yes, the comma separated list should be all on one line if you are using curl. If you want to change the user set, you should connect with the new set and

[twitter-dev] Re: stopping bit.ly automatic shortening of urls

2009-07-08 Thread sull
yes, twitter is after all a text based service. anyway, adding html to a tweet opens up a can of worms. it wont happen. it shouldnt happen. yes, twtr could provide, via the web UI at least, a way to add metadata to a tweet that is extra (not the text message itself, but associated data that can

[twitter-dev] Changing domains for image hosting

2009-07-08 Thread Doug Williams
Folks -- We are going to be moving images to a new domain (twimg.com) to streamline our image hosting and offer better performance. We hope this will have limited impact as will only change the image URL. Example URLs include: Profile images:

[twitter-dev] Re: stopping bit.ly automatic shortening of urls

2009-07-08 Thread Dean Collins
Yeh we have the same problem with www.LiveBaseballChat.com http://www.livebaseballchat.com/ Even though we keep the messages under 140 characters and put the CHurl links at the start of the message Twitter still truncates the urls into bitly links. which wouldn't be so bad if it was just

[twitter-dev] Re: Changing domains for image hosting

2009-07-08 Thread Wynn Netherland
Hi, Doug, Thanks for the heads up and all the hard work to keep us in the loop. Any plans to offer something like: http://twimg.com/pengwynn so people can always have my latest avatar regardless of the filename? Thanks, Wynn Netherland @pengwynn On Wed, Jul 8, 2009 at 8:20 PM, Doug Williams

[twitter-dev] Re: Pull email address after authentication?

2009-07-08 Thread Scott Haneda
On Jul 8, 2009, at 4:22 PM, Doug Williams wrote: It is not possible to view a user's email address. Additionally, it is not possible to perform a user lookup based on an email address. This is not entirely true, though can not be done through the API. I had friends find me on twitter,

[twitter-dev] Re: OAuth and native clients

2009-07-08 Thread Zach
I'm going to 3rd Sebastian's POV. This is a serious problem that needs to be addressed now. Mobile app developers want to integrate their native apps with sites like Twitter and Facebook, but the current user experience is so unacceptable that no one is going to use it in its current form. For

[twitter-dev] Re: Changing domains for image hosting

2009-07-08 Thread Doug Williams
Andrew Stone asked a great question off list and I wanted to share the answer here. Images will be hosted from a number of sub-domains of twimg.com. Therefore you should not expect all images to be served from a0.twimg.com as in the examples provided, but instead should expect an