[twitter-dev] Streaming API

2009-12-27 Thread Arunachalam
Hi, The webpage http://apiwiki.twitter.com/Streaming-API-Documentation specifies The *Gardenhose* access level provides a proportion more suitable for *data mining and research applications* that desire a larger proportion to be statistically significant sample. Please let me know how to get the

Re: [twitter-dev] Streaming API

2009-12-27 Thread Abraham Williams
statuses/gardenhose was moved to statuses/sample which is available to all Twitter accounts. http://apiwiki.twitter.com/Streaming-API-Documentation#AccessandRateLimiting On Sun, Dec 27, 2009 at 13:14, Arunachalam arunachala...@gmail.com wrote: Hi, The webpage

Re: [twitter-dev] Please help. Cannot get verify_credentials.xml to work with seemingly correct request

2009-12-27 Thread Abraham Williams
Are you using custom code or a known ASP OAuth library? Do any other authenticated request work for you such as statuses/update? On Fri, Dec 25, 2009 at 23:57, Eric T. Peterson eric.peter...@gmail.comwrote: Folks, For some reason I ** cannot ** seem to make a request for /account/

Re: [twitter-dev] Re: any way to fetch a time for a group of users specified?

2009-12-27 Thread Abraham Williams
On Fri, Dec 25, 2009 at 18:40, Zhu Wu wzx725...@gmail.com wrote: I am going to try both. thanks, abraham and Raffi. additionally, could you guys help me consider such case? in my app, I need to fetch the tweets from about 400+ accounts to fullfill the table in the firstly launch( it's an

Re: [twitter-dev] Re: any way to fetch a time for a group of users specified?

2009-12-27 Thread Abraham Williams
On Fri, Dec 25, 2009 at 18:48, Zhu Wu wzx725...@gmail.com wrote: one more question about :http://apiwiki.twitter.com/Twitter-REST-API- Method%3A-statuses-user_timeline there is a user_id param in it. can I use it like this:

Re: [twitter-dev] Failed to validate oauth signature and token error

2009-12-27 Thread Abraham Williams
Did you register an application with Twitter? http://twitter.com/apps I find it unlikely that you would get a consumer key of vernie29a. On Fri, Dec 25, 2009 at 16:08, varnie varnie...@mail.ru wrote: hello! i am getting Failed to validate oauth signature and token response while trying to

Re: [twitter-dev] block exists problem

2009-12-27 Thread Abraham Williams
Are you still having this issue? I just tried both: http://twitter.com/blocks/blocking/ids.json http://twitter.com/blocks/blocking/ids.xml and they worked fine. Abraham On Thu, Dec 24, 2009 at 14:59, twittme_mobi nlupa...@googlemail.com wrote: Hello, I am trying to execute the following

[twitter-dev] Full size profile images using Twitter API

2009-12-27 Thread Wasif
Hi, The image returned in the profile_image_url key in the http://twitter.com/users/show/bob.json is a thumbnail sized image. I am looking for the actual image which the user has uploaded. I did some googling but was not able to find an answer to that. I would be really grateful if someone can

[twitter-dev] Re: How to display #hashtag of followers only ?

2009-12-27 Thread humbucker
Hi Raffi, Thanks a lto for this answer, honestly this sounds too hard to code for me as I'm more a designer than a coder, but I do understand the logic behind this process. I had other answers too, telling me that maybe in the future twitpic servers will have the same API possibilities that

[twitter-dev] Get GEO information in an standard format?

2009-12-27 Thread DomingoSL
Sorry about my English. I've recently been trying to put a map showing the location of the last twitts made in my search, but when I get the label google:location, this contains information on numerous formats, including: 1 - UT: 40.816393, -73.866493 2 - New York 3 - Harlem, NY 4 - UT:

[twitter-dev] Re: oAuth Authenticate vs. Authorize (force_login)

2009-12-27 Thread el moro
Hi, i'd like to use force_login too in my new Rails application. This parameter seems to be buggy. For me it' s not working too. On 24 Dez., 05:18, Justyn justyn.how...@gmail.com wrote: Hi guys - just wanted to make sure this stayed on the radar. I imagine others would like to use force_login

[twitter-dev] Re: How to retrieve url link written in a tweet please?

2009-12-27 Thread Tim Acheson
Example of C# code for ASP.NET: new Regex(@https?://([-\w\.]+)+(:\d+)?(/([\w/_\.]*(\?\S+)?)?)?).Match (tweetText) I strongly reccomend the open source Linq2Twitter library for obtaining data from Twitter in .NET applications. I use LInq2Twitter to put my tweets on my personal homepage:-

[twitter-dev] Re: Something is technically wrong Response 500

2009-12-27 Thread quenotacom
Thank you, Language ASP CLASSIC What end point : http://twitter.com/statuses/update.xml Parameters: get_twitter_url ('POST',twitter_url,oauth_key333,oauth_key333s,token_auth_var,token_secret_var, 'http://twitter.com', // scope 'status', // name of the parameter mensaje // the text to be send )

[twitter-dev] Re: How to retrieve url link written in a tweet please?

2009-12-27 Thread Tim Acheson
If you want to do this with pure JavaScript, I strongly reccomend following this complete tutorial:- http://www.jamessenior.com/post/Building-Twitter-Search-using-the-ASPNET-Ajax-Library-Beta-e28093-Part-1.aspx

Re: [twitter-dev] Re: oAuth Authenticate vs. Authorize (force_login)

2009-12-27 Thread Abraham Williams
force_login=true only works on https://twitter.com/oauth/authenticate not on https://twitter.com/oauth/authorize. On Sat, Dec 26, 2009 at 23:23, el moro axel.sachm...@googlemail.com wrote: Hi, i'd like to use force_login too in my new Rails application. This parameter seems to be buggy. For me

Re: [twitter-dev] Full size profile images using Twitter API

2009-12-27 Thread Abraham Williams
Remove the _normal from just before the image extension. On Sat, Dec 26, 2009 at 04:04, Wasif wma...@gmail.com wrote: Hi, The image returned in the profile_image_url key in the http://twitter.com/users/show/bob.json is a thumbnail sized image. I am looking for the actual image which the

[twitter-dev] How can I retrieve a list of my Twitter's followers name?

2009-12-27 Thread humbucker
Hi, I'm creating a little app that would display only the tweets of my followers, and so, I would be interested to know if I can retrieve a list, an xml, or a file with the alias/name of my followers to evaluate them prior to displaying their tweets ? The other solution would be to manually

Re: [twitter-dev] How can I retrieve a list of my Twitter's followers name?

2009-12-27 Thread Julio Biason
On Sun, Dec 27, 2009 at 7:47 PM, humbucker oursystemfai...@gmail.com wrote: I'm creating a little app that would display only the tweets of my followers, and so, I would be interested to know if I can retrieve a list, an xml, or a file with the alias/name of my followers to evaluate them prior

Re: [twitter-dev] Get GEO information in an standard format?

2009-12-27 Thread Raffi Krikorian
any tweet that is sent using the geotagging API has the geo element populated with either GeoRSS or GeoJSON. those locations that you are parsing are coming from the user's profile location, which is a free form string. On Sat, Dec 26, 2009 at 4:07 PM, DomingoSL djsoftla...@gmail.com wrote:

[twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-27 Thread Dewald Pretorius
I agree 100%. Calls without the starting cursor of -1 must still return all followers as is currently the case. As a test I've set my system to use cursors on all calls. It inflates the processing time so much that things become completely unworkable. We can programmatically use cursors if

[twitter-dev] Re: oAuth Authenticate vs. Authorize (force_login)

2009-12-27 Thread Justyn
Thanks Abraham - I understand this is the current limitation, however I think there is a need for the foce_login to be available with the authorize function. The authorize landing page is confusing to users who want to sign-in with an account that is different from their latest session. The

Re: [twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-27 Thread Zac Bowling
I agree with the others to some extent. Although its a good signal to stop using something ASAP when something is depreciated, saying depreciated and not giving definite time-line on it's removal isn't good either. (Source params are deprecated but still work and don't have solid deprecation date,

[twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread DomingoSL
This is what i get using RSS, where is the element you mention? entry idtag:search.twitter.com,2005:7105513237/id published2009-12-28T00:35:07Z/published link type=text/html href=http://twitter.com/Hannahxx18/ statuses/7105513237 rel=alternate/ titleWhy Go For Dedicated Hosting?

Re: [twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread Angel Robert Marquez
additional question. What is the easiest way to obtain a KML feed of tweets? Pipes? On Sun, Dec 27, 2009 at 4:59 PM, DomingoSL djsoftla...@gmail.com wrote: This is what i get using RSS, where is the element you mention? entry idtag:search.twitter.com,2005:7105513237/id

Re: [twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread Raffi Krikorian
note the twitter:geo/ tags - this particular tweet was not sent using the geotagging API. if it were, then that tag would not be empty. On Sun, Dec 27, 2009 at 4:59 PM, DomingoSL djsoftla...@gmail.com wrote: This is what i get using RSS, where is the element you mention? entry

Re: [twitter-dev] Re: oAuth Authenticate vs. Authorize (force_login)

2009-12-27 Thread Abraham Williams
Then use authenticate. It accomplishes the same effect of authorize. On Sun, Dec 27, 2009 at 17:42, Justyn justyn.how...@gmail.com wrote: Thanks Abraham - I understand this is the current limitation, however I think there is a need for the foce_login to be available with the authorize

[twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread DomingoSL
Sure??? Do this query: http://search.twitter.com/search.atom?geocode=10.49605%2C-66.898277%2C25.0kmq=+near%3A%22Caracas%2C+Venezuela%22+within%3A25km And you will see that all the twitter:geo/ tags are empty... On Dec 27, 10:09 pm, Raffi Krikorian ra...@twitter.com wrote: note the twitter:geo/

Re: [twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread Raffi Krikorian
considering i wrote that code, i'm pretty sure :P i would postulate that there are nobody sending geotweets (tweets using the geotagging API) near caracas. i suggest you send a geotweet (see http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update), and then do a search for

[twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-27 Thread Dewald Pretorius
What is being deprecated here is the old pagination method with the page parameter. As noted earlier, it is going to cause great pain if the API is going to assume a cursor of -1 if no cursor is specified, and hence enforce the use of cursors regardless of the size of the social graph. The API

[twitter-dev] Re: Get GEO information in an standard format?

2009-12-27 Thread DomingoSL
ok you wrote it, and maybe around Caracas there is no body using the geo API, but i have my application listening for about one hour the twitts near New York who have a very active twitter comunity (http:// search.twitter.com/search.atom?

Re: [twitter-dev] Streaming API

2009-12-27 Thread John Kalucki
All Twitter accounts have access to the Spritzer access level on /1/statues/sample.format. The Gardenhose rate increases the flow on that same resource by about three times. You have to agree to a EULA. Email a...@twitter.com to get started. -John Kalucki http://twitter.com/jkalucki Services,

[twitter-dev] Platform announcements from LeWeb

2009-12-27 Thread Ryan Sarver
Hey all, Now that the dust has settled a bit and we are in the midst of the holidays I wanted to email everyone and provide some more details on the announcements we made a few weeks ago at LeWeb. *50,000 apps* We are continually amazed by all the incredible work the ecosystem does as a whole