[twitter-dev] Re: Search API the public alternative to URL count API?

2011-02-15 Thread Martin Cronjé
Hi Carlos, I am not sure I understand the relevance of your question. I am planning on using OAuth for authentication. The URL count API (url.api.twit..) does not need authentication. Assuming that with callback you refer to the Javascript callbacks; The processing in question will happen in a

[twitter-dev] Re: Follower analysis without whitelisting breaks limits?

2011-02-15 Thread Dewald Pretorius
Thanks Tim. So the point is, we still need to rely on the follower ids list API method if we want to maintain an up to date picture of an account's followers. For larger accounts this becomes impractical with a limit of 350 calls per hour. On Feb 15, 4:13 am, Tim Haines tmhai...@gmail.com wrote:

[twitter-dev] Get all Followers

2011-02-15 Thread arfaRed
Hi, I am retrieving followers using the following API http://api.twitter.com/1/statuses/followers/twitter.json. But this returns 100 followers only. What if I have more than 100 followers on my account. How to get all of them. Thanks, Arf`a -- Twitter developer documentation and resources:

Re: [twitter-dev] Get all Followers

2011-02-15 Thread Georgooty varghese
you should use pagination On Tue, Feb 15, 2011 at 3:41 PM, arfaRed arfafa...@gmail.com wrote: Hi, I am retrieving followers using the following API http://api.twitter.com/1/statuses/followers/twitter.json. But this returns 100 followers only. What if I have more than 100 followers on my

Re: [twitter-dev] Get all Followers

2011-02-15 Thread Scott Wilcox
Use the provided cursors to move through your followers. On 15 Feb 2011, at 10:11, arfaRed wrote: Hi, I am retrieving followers using the following API http://api.twitter.com/1/statuses/followers/twitter.json. But this returns 100 followers only. What if I have more than 100 followers on

Re: [twitter-dev] Get all Followers

2011-02-15 Thread Georgooty varghese
you should use cursor field in follower url. in this response, you should get next and prev paging cursor values. Next time you should use this values in to your urls. On Tue, Feb 15, 2011 at 3:54 PM, Scott Wilcox sc...@dor.ky wrote: Use the provided cursors to move through your followers.

[twitter-dev] Re: Tweet button doesn't support internationalized domain names

2011-02-15 Thread Nashi Power
Thanks Matt. I'll follow that issue. -- 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 membership to this group:

[twitter-dev] Callback URL would work for secured pages?

2011-02-15 Thread manish verma
I am using oauth, i need to know that while registering our web application, callback url can be page that require login to reach? I need when user click one link in my web page ( this page can be navigated after providing login info) he should be asked for twiitter user name and password and

[twitter-dev] Re: Data-expanded-url attribute

2011-02-15 Thread Ken D.
I have a possibly related problem. We also use an inhouse shortener that returns a 301 redirect, but Twitterbot misinterprets the shortened URLs. The usual search engine bots follow the redirect correctly, as far as I can tell. Each tweet results in a frenzy of 404s from API users who have

[twitter-dev] Re: User Streams and @mentions

2011-02-15 Thread Rich
Perfect I have a basic implementation working already with one of my existing clients... very powerful Slight change of topic to the Site Streams. The documentation mentions public statuses. I also have a push notification service on iPhone and certainly Site Streams seems like the right method

Re: [twitter-dev] Twitter + Gnip Partnership

2011-02-15 Thread Karthik K
can some one please tell me what happens to users who are at 'restricted track' or 'partner track' levels for streaming API access? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Jetwick Twitter Search

2011-02-15 Thread Karussell
Hi there! Just a link to my open source twitter search (without noise) developed in my spare time: http://jetwick.com/ Regards, Peter. PS: Most of the features are listed here: http://www.pannous.info/products/jetwick-twitter-search/ -- Twitter developer documentation and resources:

[twitter-dev] Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-15 Thread Karussell
Hi, this problem was already posted to the twitter4j mailing list [1]. Not sure if it is an issue with my code, twitter4j or an API issue... user reported similar problems in the past [2]. First: I'm doing a 100 tweet search (without paging) every 5 minutes e.g. against 'twitter search'. I get

[twitter-dev] Twitter app on facebook bug

2011-02-15 Thread werdan
I seem to have a strange bug with a twitter app on facebook, but as I think that it might be my implementation mistake somewhere I would like to ask you about this. I have a web site where I have installed a plug in enabling me to send post to Twitter. This works fine. I also have a facebook app

[twitter-dev] Points of interest pages?

2011-02-15 Thread Steven Cains
I remember Evan launching points of interest back at Chirp in April. This article suggests there will be pages for each point of interest http://www.webmonkey.com/2010/04/twitter-launches-points-of-interest-pages-for-locations/ Any idea how I figure out the URL of a point of interest page from a

Re: [twitter-dev] Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-15 Thread Adam Green
I don't get that big a discrepancy, but I do get different results from search and streaming. I use streaming for real-time delivery, and then either search or user timelines to backfill missing tweets. As long as the flow makes this possible within rate limits this gets me the greatest number of

[twitter-dev] Preserving a # after a URL being passed into the share interface

2011-02-15 Thread pamela
Hey folks - I'm trying to programmatically create a share dialog to share a URL that has a hash value in it. (In JavaScript) For example, the URL could be: http://www.translation-telephone.com/#4249 I have tried various ways of passing this URL in, but each fail in different ways. If I encode

[twitter-dev] Xml output of friendships/show api call

2011-02-15 Thread Tim Skipper
Could I ask the Twitter devs to cast some light on the Xml output from friendsships show? Some of it is a little confusing or misleading I thinnk. Here's a real-world sample response I just received: relationship target following type=booleantrue/following

Re: [twitter-dev] Points of interest pages?

2011-02-15 Thread Abraham Williams
Is this what you are looking for? https://twitter.com/#!/places/31bb95642f3f50ae Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Tue, Feb

[twitter-dev] Site Streams - Testing a new cluster

2011-02-15 Thread John Kalucki
We're in the last stages of preparation and testing to move Site Streams to yet another cluster. If you are in the in the beta, and could point some test streams at 199.59.148.137 today, this would provide a nice final check before we start moving traffic over via DNS. If you have issues or

Re: [twitter-dev] Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-15 Thread John Kalucki
If you examine set C, do they contain matches on fields other than the Tweet text? To increase recall, search sometimes includes keywords in followed links and other techniques. Also, are you getting rate limit messages on the Streaming API? -John Kalucki http://twitter.com/jkalucki Twitter,

Re: [twitter-dev] Preserving a # after a URL being passed into the share interface

2011-02-15 Thread Matt Harris
Hi Pamela, I'm not able to reproduce this problem when I try and share you're URL. Can you share the HTML you are using to implement the Tweet Button so we can test ourselves as well. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Feb 15, 2011 at 8:18

[twitter-dev] Twitter Stream API connection timed out error

2011-02-15 Thread Zhe Chen
I will get an error says connection timed out after running my program for many hours. What should I do to avoid this? my $listener = AnyEvent::Twitter::Stream-new( consumer_key= $consumer_key, consumer_secret = $consumer_secret, token = $token, token_secret=

[twitter-dev] Re: Points of interest pages?

2011-02-15 Thread Steven Cains
It would appear so, but I'm getting Sorry, that page doesn’t exist! for that URL. On Feb 15, 5:27 pm, Abraham Williams 4bra...@gmail.com wrote: Is this what you are looking for? https://twitter.com/#!/places/31bb95642f3f50ae Abraham - Abraham Williams | Hacker Advocate |

[twitter-dev] Re: Points of interest pages?

2011-02-15 Thread Steven Cains
Tried again and it worked! Thanks Abraham On Feb 15, 7:19 pm, Steven Cains ste...@cains.me wrote: It would appear so, but I'm getting Sorry, that page doesn’t exist! for that URL. On Feb 15, 5:27 pm, Abraham Williams 4bra...@gmail.com wrote: Is this what you are looking for?

[twitter-dev] Re: should search and streaming apis return similar tweets for equivalent geolocation areas

2011-02-15 Thread Karussell
Hmmh, would you mind to test this without the geo location filter? And report your findings here? I'm having an issue even with that. See: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/f5a0f2a416893c27 Kind Regards, Peter. -- http://jetwick.com Twitter Search

Re: [twitter-dev] Jetwick Twitter Search

2011-02-15 Thread M. Edward (Ed) Borasky
On Tue, 15 Feb 2011 03:20:40 -0800 (PST), Karussell tableyourt...@googlemail.com wrote: Hi there! Just a link to my open source twitter search (without noise) developed in my spare time: http://jetwick.com/ Regards, Peter. PS: Most of the features are listed here:

[twitter-dev] Re: Callback URL would work for secured pages?

2011-02-15 Thread Karussell
the callback url is created from you so just let twitter know where it should go after 'accept'. regarding the session: don't you use (secured) cookies or a sessionid to get the session?? On 15 Feb., 13:49, manish verma manish.verma...@gmail.com wrote: I am using oauth, i need to know that

[twitter-dev] Re: Jetwick Twitter Search

2011-02-15 Thread Karussell
Thanks :) and sorry for this separate thread ... it should go into the Introduce yourself! one. I wish I knew Java to hack on it! This shouldn't be that big issue: if you know at least one C like language - java is at least readable for you ;) Clone it and ask me: https://convore.com/jetwick/

[twitter-dev] Re: Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-15 Thread Colin Surprenant
First your test set is a bit small. Did you take into account the extra data you will get in your first search api poll? Typically your first poll will return 100 items then subsequent polls will return only new data if using since_id and/or dedupping. Make sure both your poller and stream reader

[twitter-dev] Re: should search and streaming apis return similar tweets for equivalent geolocation areas

2011-02-15 Thread Colin Surprenant
I did ran tests on keyword search and found only very marginal differences between polling the search api and using the streaming api. I also followed up in your thread. Colin On Feb 15, 2:39 pm, Karussell tableyourt...@googlemail.com wrote: Hmmh, would you mind to test this without the geo

[twitter-dev] Re: should search and streaming apis return similar tweets for equivalent geolocation areas

2011-02-15 Thread Karussell
Thanks Colin! -- 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 membership to this group:

[twitter-dev] Re: Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-15 Thread Karussell
Hi Colin, hi John, To increase recall, search sometimes includes keywords in followed links and other techniques. This is indeed the case. and 'twitter search' is a lot in urls ala: http://search.twitter.com/search?q=jetwick that is where the big differences came from. Can I turn off this

[twitter-dev] URL of twitter stream

2011-02-15 Thread Zhe Chen
The network I am working on has a proxy server. What url and port should I open to receive results from twitter stream API? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: Data-expanded-url attribute

2011-02-15 Thread ctrand
Does anyone have any thoughts on the issue Ken and I are looking at? On Feb 15, 11:04 pm, Ken D. k...@cimas.ch wrote: I have a possibly related problem. We also use an inhouse shortener that returns a 301 redirect, but Twitterbot misinterprets the shortened URLs. The usual search engine bots

Re: [twitter-dev] Re: Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-15 Thread M. Edward (Ed) Borasky
On Tue, 15 Feb 2011 21:01:07 -0800, John Kalucki j...@twitter.com wrote: On every occasion where I've tested the Firehose and track terms from the Streaming API against the Tweet database and against each other, there is no loss -- all the sources match exactly. Unless there's some unusual

Re: [twitter-dev] delay on search results

2011-02-15 Thread Lloyd
This is seriously a bother. I am not even seeing some posts when using this search method. I am happy to fire up another method but it seems clearly stated that this is the best one. What would people reccomend? -- Twitter developer documentation and resources: http://dev.twitter.com/doc

Re: [twitter-dev] Opening sitestream with authorization only for some users issue

2011-02-15 Thread John Kalucki
Neither the 'before' case nor the 'now' case is correct. You'll only receive the 400 if none of the users specified have authorized your application. You'll receive a friends list for each user who has authorized your application. You can tell those who haven't by the absence of the friends list.