[twitter-dev] Re: Tweet Streaming API - About temp Tweet Storage in the stream mid-way/Push Techniques

2011-04-01 Thread Deepak Srivastava
Also as the query limit is restricted for basic role, does it mean for high tweets arrival in those limited queries would somehow be rate- limited meaning track-limited status would appear, what should I do in that case? Does it somehow lead to BAN my client-app @ twitter forever? Do I need to

[twitter-dev] Re: Tweet Streaming API - About temp Tweet Storage in the stream mid-way/Push Techniques

2011-04-01 Thread Deepak Srivastava
Seems like this is the place to go for understanding this kind of situation handling http://dev.twitter.com/pages/streaming_api_concepts Thanks anyways, --Deepak -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: Conversation stream

2011-04-01 Thread Stu
I'd be really interested to know if this function becomes reliable and incorporated into the API. I can't actually get it to work at the moment though, I get Twitter's 'The page you were looking for doesn't exist' sent back... S. On Mar 31, 1:51 pm, George georgyy.koz...@gmail.com wrote: Hi

[twitter-dev] How to get the Friends ip address

2011-04-01 Thread Mukesh Srivastav
Hi Team, We are integrating the Twetter api in one our site and we require to get the current location of the user who post the tweets. Any clues or suggestion ? Regards, -Mukesh Srivastav, India, Hyderabad. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

Re: [twitter-dev] How to get the Friends ip address

2011-04-01 Thread Umashankar Das
This is only possible if geotagging is enabled for the device where the tweet came from. Check this link for more details -: http://apiwiki.twitter.com/w/page/22554649/Geotagging-API-Best-Practices The API returns latitude and logitude not ip-addresses as you mentioned in the subject. Regards

[twitter-dev] TwitterApi.1.3.swc

2011-04-01 Thread MANABUF
In process to create Twitter client App with GoogleTwitterApi.1.3.swc, I came across stream error. Pls take a look at the following Page I indicated wthat I did and messages that I'm facing. http://pengpeng.chips.jp/twitter/TwitterAPI.htm I made a same question to support Twitter API Policy. And

[twitter-dev] Re: Conversation stream

2011-04-01 Thread George
Hi Stu, I'm also interested in the mentioned question). Link that I've shared should work for you, just take a note that it will work only for replied statuses. I know the ID of my status (tweet) which was reply to another one, so if we'll pass this ID to the call:

[twitter-dev] Reg: unauthorirzed error while getting profile url

2011-04-01 Thread yaswanth kumar
Hi, Currently i am using oAuth to get the public profile of the twitter Details are: _oauth.oAuthWebRequest(oAuthTwitter.Method.GET, https:// api.twitter.com/account/verify_credentials.xml,string.Empty); this is the webrequest i am using to get the profile but this is working in an intermitten

Re: [twitter-dev] Reg: unauthorirzed error while getting profile url

2011-04-01 Thread Taylor Singletary
Hi Yaswath, While you might have something else wrong additionally, I'll make a couple quick points: a) the URL (and all REST resource URLs) should have a version: you want https://api.twitter.com/1/account/verify_credentials.xml -- if you don't put the version there, your code will stop working

Re: [twitter-dev] TwitterApi.1.3.swc

2011-04-01 Thread Taylor Singletary
Hi there, As the good folks at a...@twitter.com said, the code you're using utilizes basic auth (a combination of username password) which is no longer supported with the API. You'll need to either adapt your library to use OAuth or find a new Twitter library that uses OAuth. There is at least

[twitter-dev] Re: Streaming API Rate Limiting

2011-04-01 Thread Colin Surprenant
As a side note, currently only 3-4% of the total tweets (firehose) are geo-tagged and are eligible to be selected in a stream location bounding box. If the current firehose rate is about 140M tweets/day, that makes ~5M eligible tweets/day. I do not know what the proportion of tweets from the US

[twitter-dev] Re: Does anyone has Javascript function to convert date into twitter time format

2011-04-01 Thread Tim Meadowcroft
If you pull the full documented source for the rather excellent twitter widgets (http://twitter.com/widgets), you'll find exactly the routine to do this. /** * relative time calculator * @param {string} twitter date string returned from Twitter API * @return {string}

[twitter-dev] Re: Conversation stream

2011-04-01 Thread Stu
Ah I see. I was appending .json to the status in an attempt to get that. I didn't expect HTML! I guess this probably won't stay around for long as it doesn't look like a method made specifically as an API method. The current solution is to follow the in_reply_to fields that the API sends back,

[twitter-dev] Re: GET :user/lists/:id/statuses stopped working

2011-04-01 Thread Tim Meadowcroft
The twitter widget used to call the old address, but a new version was posted a couple of days ago (without incrementing the version number in the comment at the top) that construct URLs of the 2nd form... guess they standardised this and I'm pretty sure it changed over only in the last week

[twitter-dev] Is the documentation site outdated?

2011-04-01 Thread Matteo Sisti Sette
Hi, At http://dev.twitter.com/pages/libraries#php I'm under the impression that a few of the libraries that are listed don't use oAuth. As far as I know, support for authentication without oAuth has been dropped (quite a while ago), so those libraries which don't use oAuth won't work and are

[twitter-dev] Raven Poster

2011-04-01 Thread Josue Rodriguez
Does anyone using raven poster? I'm working with this, but is bad.. I need to register callbacks to autorize accounts, but the user guide says that i can use a lot of account... but dev.twitter says i cannot register more than 5 domains.. someone can help me? PLEASE!! i've inverted a lot of money

Re: [twitter-dev] Is the documentation site outdated?

2011-04-01 Thread Scott Wilcox
Yes, that list is slightly out of date. For PHP, use: https://github.com/jmathai/twitter-async or https://github.com/abraham/twitteroauth On 1 Apr 2011, at 17:52, Matteo Sisti Sette wrote: Hi, At http://dev.twitter.com/pages/libraries#php I'm under the impression that a few of the

Re: [twitter-dev] Raven Poster

2011-04-01 Thread Scott Wilcox
If you're max'ing out on the domains, there isn't anything you can do about that. I'd also point out that you should check whether or not the 'application' you've purchased fits within the Twitter automation guidelines. On 1 Apr 2011, at 17:54, Josue Rodriguez wrote: Does anyone using raven

Re: [twitter-dev] Is the documentation site outdated?

2011-04-01 Thread Matteo Sisti Sette
Thanks a lot! m. On 04/01/2011 06:59 PM, Scott Wilcox wrote: Yes, that list is slightly out of date. For PHP, use: https://github.com/jmathai/twitter-async or https://github.com/abraham/twitteroauth On 1 Apr 2011, at 17:52, Matteo Sisti Sette wrote: Hi, At

Re: [twitter-dev] Raven Poster

2011-04-01 Thread Taylor Singletary
Judging from the website, I cannot recommend that you proceed utilizing a tool like Raven Poster. That said, the registered domains feature of dev.twitter.com relates to usage in the @Anywhere API framework and has nothing to do with OAuth 1.0a-based integrations. If this application is making

[twitter-dev] Is site API going to go live anytime soon

2011-04-01 Thread ecstasy2
Hi There. We are building a Twitter application that need to stream all it users update and compute some metrics. After investigating, the Site Stream API seems t be the only viable way to do it. However, our team is reluctant on building something on it as it is in beta: - The service we are

Re: [twitter-dev] Re: Streaming API Rate Limiting

2011-04-01 Thread Augusto Santos
Sorry Colin, but where did you get this information? Doesn't match with the reality. Not at all. On Fri, Apr 1, 2011 at 12:35 PM, Colin Surprenant colin.surpren...@gmail.com wrote: As a side note, currently only 3-4% of the total tweets (firehose) are geo-tagged and are eligible to be

Re: [twitter-dev] Re: Streaming API Rate Limiting

2011-04-01 Thread Adam Green
All of my experiences with geotagging show that about 0.3% to 0.5% of tweets have these codes. I'd be curious to know if that matches what others have found. On Fri, Apr 1, 2011 at 2:40 PM, Augusto Santos augu...@gemeos.org wrote: Sorry Colin, but where did you get this information? Doesn't

[twitter-dev] Re: Conversation stream

2011-04-01 Thread George
Yep, this is HTML end-point, I was also surprised ). Solution with tons of requests for sake of one conversation is inadmissible. I also know about another solution which I've researched in Search API. We can call search with specific parameters which will also return us conversation by one call.

Re: [twitter-dev] Re: Streaming API Rate Limiting

2011-04-01 Thread Augusto Santos
Clearer Information: From 10th Mar to 31th Mar the average was 1,1M/day and 860K/day of these with lat/long information. On Fri, Apr 1, 2011 at 4:03 PM, Augusto Santos augu...@gemeos.org wrote: Since 6th March setting location via Broswer has been disable, which correponded of around 50%

[twitter-dev] Search API OR queries returning wrong results

2011-04-01 Thread Aaron Rankin
Searches using OR where the result type is recent are returning wrong results. For example, if I search for (ipad kid), I see results from a minute ago. If I search for (ipad backseat), the most recent tweet is about 5 hours ago. Then, if I search (ipad kid) OR (ipad backseat), only the (ipad

[twitter-dev] Re: Streaming API Rate Limiting

2011-04-01 Thread Colin Surprenant
Well, first, In the Gnip Power Track documentation http://docs.gnip.com/w/page/35663947/Power-Track at the has:geo section they say Currently, 'has:geo' is about 2-4% of the full firehose. Also, I ran some tests a few weeks ago to see the difference in content between the search api and the

[twitter-dev] X-Ratelimit-Reset, Retry-After, and what the actual values mean

2011-04-01 Thread Tom Mc
I've been looking at the ratelimiting response headers and have found some documentation, but nothing that provides me with sample values and what they mean. I'm developing an application in ColdFusion and using scribe (in java) for the OAuth library. I'm getting the headers back fine (at least

[twitter-dev] Twitterizer2.Async.dll

2011-04-01 Thread handsomeabyo...@hotmail.com
Kindly find my question:- Where do i find Twitterizer2.Async.dll ? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your

[twitter-dev] Multi search type within API

2011-04-01 Thread Cherrybomb
Hi guys, This is pretty much a feeler question to see if its possible to achieve what I am aiming for... I am trying to retrieve a list of tweets which is a combination of hashtags and users. Its for a sports team so I want posts where people are discussing the sports team, but also posts from

[twitter-dev] Open www.twitter.com/home?status= in a frame error

2011-04-01 Thread Shaochen Huang
Hi, All We are trying to open www.twitter.com/home?status= in a frame of the page and got the following error: This content cannot be displayed in a frame To help protect the security of information you enter into this website, the publisher of this content does not allow it to be

[twitter-dev] Selecting tweets based on geo_enabled

2011-04-01 Thread Mark Murphy
Hi, I've given this question a fairly long search and not found an answer. In my first experiments with the search API I've been trying to obtain tweets from a specific lat/lon's radius. The responses however include those with geo_enabled = false. Is there a way to filter to obtain only tweets

[twitter-dev] User mute, sounds reasonable?

2011-04-01 Thread sromero
I would like to what you think about integrating to the web interface a mute functionality. Yes, it would be similar to follow/unfollow at the end, but I think that having a small list somewhere (probably at the right of the time line right now) where I could unmute users with a single click