[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 backend component and thus
wont be able to receive the callbacks?

Martin

On Feb 14, 7:14 pm, Carlos Hugo Gonzalez Castell
carlos.hugo.gonzalez.cast...@gmail.com wrote:
 are usign oauth api?

 in this api your manage the callbacks twitter

 On 13 feb, 07:51, Martin Cronjé martincronj...@gmail.com wrote:



  Hi there,

  I am busy writing an aggregator and I am looking at using the Twitter
  API to get URL counts.

  I seems that public developers are not allowed to use the URL
  counting API based on the Tweet Button FAQ. Which leaves me with not
  other option but to use the search API for URL counting. Using the
  search API makes not sense if there a Count API.

  This leaves me with the following questions
  1. Will my application / I.P. get banned if I use the Count API?
  2. Is there a way to request multiple URLs at once to limit round-
  trips?
  3. The URL count API returns not threshold information. So if I am
  allowed to use it, should I manage the thresholds myself

  FAQ -http://dev.twitter.com/pages/tweet_button_faq#count-api
  URL Count API -http://urls.api.twitter.com/1/urls/count.json?url=URL
  Search API -http://search.twitter.com/search.format

  My application aggregates URLs on a central server using a shared
  account so the request numbers may be quite high

  Martin- Hide quoted text -

 - Show quoted text -

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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:
 It sends you an event when our subject user follows someone else, unfollows
 someone else, or when they are followed by someone else.  It does not send
 an event when they are unfollowed by someone else.

 Tim.



 On Tue, Feb 15, 2011 at 3:08 AM, Dewald Pretorius dpr...@gmail.com wrote:
  If I remember correctly, Site Streams sends you a transaction only
  when the user follows another user (adding to Following). It does not
  send you a transaction when someone else follows that user (adding to
  Followers). I don't know if this work the same in User Streams.
  Clarification by Twitter will be appreciated.

  On Feb 14, 12:38 pm, David Giamanco dgiama...@gmail.com wrote:
   I believe the new way to do this is to initially call the REST API to get
   all of the ids for the first time you process this user. Then you setup a
   User Stream on the user and process any requests that come in through
  there.
   For your uses, if you only show users the differences in follower counts
   then you don't need the initial call to the REST API to collect all ids.
  All
   you need is a count of the ids and then to initiate a User Stream. The
  User
   Stream will give you the differences in real time and you can store just
  the
   differences, instead of the entire set of ids.

   David Giamanco

  --
  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:
 http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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: 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: 
http://groups.google.com/group/twitter-development-talk


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 account.
 How to get all of them.

 Thanks,
 Arf`a

 --
 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:
 http://groups.google.com/group/twitter-development-talk


-- 
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: 
http://groups.google.com/group/twitter-development-talk


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 my account.
 How to get all of them.
 
 Thanks,
 Arf`a

-- 
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: 
http://groups.google.com/group/twitter-development-talk


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.

 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 my account.
  How to get all of them.
 
  Thanks,
  Arf`a

 --
 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:
 http://groups.google.com/group/twitter-development-talk


-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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: 
http://groups.google.com/group/twitter-development-talk


[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 then
return to same page(so that I can store the access token in DB). So if
I give redirect URL of same page would it be able to reach here with
current session?  How can I test this on test server?

Please help its urgent.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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
received the incorrect URL. Mousing over the shortened URL on
Twitter.com shows the incorrect URL in the title tooltip. Fortunately
for now, it seems we are not subject to t.co wrapping so the original,
correct short URLs can be clicked by Twitter.com users.

The incorrectly interpreted URL is always the same. We've set it up to
redirect to our home page so all is not lost.

Any ideas what could be going on here?

Thanks, Ken


On Feb 14, 2:04 am, ctrand ctr...@gmail.com wrote:
 Any ideas on this one guys?

 On Feb 10, 4:06 pm, ctrand ctr...@gmail.com wrote:

  Hello,

  I have a bunch of shortened urls which are resolved/redirected to full
  urls by my webapp.

  e.g.

 http://dealush.com/sale/2wml

  resolves to

 http://dealush.com/shopping-sales/2wml/sydney-sale-8-off-at-catwalk-w...

  When I tweet the short URL, sometimes the data-expanded-url attribute
  is populated for the url and when I mouseover it I can see the full
  url. However sometimes it is not populated, and there is no data-
  expanded-url attribute at all!

  I am wondering if anyone can shed some light onto why it would be so.

  I am also thinking that this is affecting the counters on my tweet
  buttons, as tweets that do have an URL with the data-expanded-url
  attribute give a +1 for the counter, and those that do not have a data-
  expanded-url don't.

  Does something need to happen for the data-expanded-url value to
  populate? Or perhaps there something wrong with some of my URLS?

  Note: THe example URL above does have a data-expanded-url value.

  Thanks in advance,

  Carl

  PS - Please let me know if you need any additional information from me
  and it will be forthcoming!

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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 for this, however if I need to
follow thousands of users and also get their DM's and from both public
and protected accounts (I have the oAuth credentials to authenticate
them too), are these available just by following a user in a Site
Stream?

Richard

On Feb 14, 3:04 pm, Tom van der Woerdt i...@tvdw.eu wrote:
 Home Timeline = check it in the friends dictionary
 Mention = match the tweet's text
 Search = match the keywords

 The rest is easy.

 Tom

 On 2/14/11 4:01 PM, Rich wrote:

  Hi all

  I'm just starting to play with the User Streams with the aim of
  allowing it in addition to REST api.

  I've had a stream open for most of the day looking at the received
  data and most of it looks pretty straightforward.

  When it comes to DM's, deletes, etc the message tells us that in the
  JSON.

  The one thing I haven't noticed is how mentions are displayed for
  example I receive a mention from someone I don't follow.  This only
  appears on my Mentions API under REST and not my home timeline.

  When I connect over User Streams it seems to just come in as any other
  tweet.  My question is how do I determine that this is a mention that
  shouldn't appear in my home timeline.

  Do I have to keep track of the initial friends message and compare the
  user id every time or is there something even simpler that I'm
  missing?

  Many thanks
  Richard



-- 
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: 
http://groups.google.com/group/twitter-development-talk


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: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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: 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: 
http://groups.google.com/group/twitter-development-talk


[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 a set of tweets A - excluding the
duplicates, of course. I get approx 5 new tweets for every 5 minutes,
so 100 tweets as pageSize should be perfectly sufficient to get all
tweets.

Second:
When I'm doing a streaming filter request for the same terms 'twitter
search' then I'm getting a set of tweets B.

The problem is: combining A and B ('C=A v B') gives me a set C where
the count of C is more than 10% larger then A or B, which means that
neither with search nor streaming API I can catch a nearly complete
set of tweets.

E.g. doing this for 3 hours I'm getting 254 tweets (A) for the search
and 257 tweets (B) for the streaming but the combined set C has 337
tweets!

Is this a bug in my code or could this be an API issue?

BTW: I don't assume 100% correctness, I only want something above
90% :) especially for such relatively infrequent terms, where users
can, should and have noticed it.

Regards,
Peter.

[1]
http://groups.google.com/group/twitter4j/msg/d959e6257ceb452f

[2]
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/71ab5cc666113c9e

http://blog.tweetsmarter.com/twitter-downtime/twitters-dirty-secret-they-dont-show-you-all-tweets/

--

http://jetwick.com Twitter Search without Noise

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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 which
extracts all the tweets and updates the status of my fan page.

Unfortunately, it stopped working recently and I just wonder whether
it is because of the prefix that wordpress plug in puts? I am using
Twitter Tools plug in to post blog posts to Twitter and it adds a
standard prefix at the beginning of the tweet.

The reason why I think that the problem might be in the prefix is that
after a normal tweet without the prefix, the next one from the web
site gets sent to facebook fine with the prefix, but all the other
tweets that go after it don't. Until I take a break with another
tweet without the prefix.

Is there a way to solve this?

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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
twitter venueID? for example, 31bb95642f3f50ae

Thanks for your help

-- 
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: 
http://groups.google.com/group/twitter-development-talk


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 results, but still not 100%. I accept that 100%
ain't gonna happen. You should get within your desired 95% though.
That is a realistic goal.

On Tue, Feb 15, 2011 at 6:36 AM, Karussell tableyourt...@googlemail.com wrote:
 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 a set of tweets A - excluding the
 duplicates, of course. I get approx 5 new tweets for every 5 minutes,
 so 100 tweets as pageSize should be perfectly sufficient to get all
 tweets.

 Second:
 When I'm doing a streaming filter request for the same terms 'twitter
 search' then I'm getting a set of tweets B.

 The problem is: combining A and B ('C=A v B') gives me a set C where
 the count of C is more than 10% larger then A or B, which means that
 neither with search nor streaming API I can catch a nearly complete
 set of tweets.

 E.g. doing this for 3 hours I'm getting 254 tweets (A) for the search
 and 257 tweets (B) for the streaming but the combined set C has 337
 tweets!

 Is this a bug in my code or could this be an API issue?

 BTW: I don't assume 100% correctness, I only want something above
 90% :) especially for such relatively infrequent terms, where users
 can, should and have noticed it.

 Regards,
 Peter.

 [1]
 http://groups.google.com/group/twitter4j/msg/d959e6257ceb452f

 [2]
 http://groups.google.com/group/twitter-development-talk/browse_thread/thread/71ab5cc666113c9e

 http://blog.tweetsmarter.com/twitter-downtime/twitters-dirty-secret-they-dont-show-you-all-tweets/

 --

 http://jetwick.com Twitter Search without Noise

 --
 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: 
 http://groups.google.com/group/twitter-development-talk




-- 
Adam Green
Twitter API Consultant and Trainer
http://140dev.com
@140dev

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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 the URL, I get an invalid URL.
If I replace just the # with %23, it shortens the URL, but with
the %23 instead of the #, so the URL is no longer correct.
If I don't replace or encode anything, then it shortens the URL before
the # sign, ignoring what's after.

Any idea as to what will actually work, and preserve the value after
the hash?

Thanks!

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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
id_str58770203/id_str
screen_nameharrismonkey/screen_name
id type=integer58770203/id
followed_by type=booleantrue/followed_by
/target
source
following type=booleantrue/following
blocking nil=true/
notifications_enabled nil=true/
can_dm type=booleantrue/can_dm
id_str19742345/id_str
screen_nametimskipper/screen_name
want_retweets nil=true/
marked_spam nil=true/
id type=integer19742345/id
all_replies nil=true/
followed_by type=booleantrue/followed_by
/source
/relationship

My confusion arises with the nodes which have a nil attribute. What
is this trying to say? For example, /relationship/source/blocking has
not valye, but a nil=true attribute. Is this source blocking the
target or not?

Some clarity would be much appreciated!

Regards,
Tim Skipper

-- 
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: 
http://groups.google.com/group/twitter-development-talk


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 15, 2011 at 05:49, Steven Cains ste...@cains.me wrote:

 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
 twitter venueID? for example, 31bb95642f3f50ae

 Thanks for your help

 --
 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:
 http://groups.google.com/group/twitter-development-talk


-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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 success,
please either DM @sitestreams, mention @sitestreams, or simply reply to this
thread.

Please keep all of your production streams on the DNS name
sitestream.twitter.com.

Thanks,
-John Kalucki
http://twitter.com/jkalucki
Twitter, Inc.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


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, Inc.


On Tue, Feb 15, 2011 at 3:36 AM, Karussell tableyourt...@googlemail.comwrote:

 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 a set of tweets A - excluding the
 duplicates, of course. I get approx 5 new tweets for every 5 minutes,
 so 100 tweets as pageSize should be perfectly sufficient to get all
 tweets.

 Second:
 When I'm doing a streaming filter request for the same terms 'twitter
 search' then I'm getting a set of tweets B.

 The problem is: combining A and B ('C=A v B') gives me a set C where
 the count of C is more than 10% larger then A or B, which means that
 neither with search nor streaming API I can catch a nearly complete
 set of tweets.

 E.g. doing this for 3 hours I'm getting 254 tweets (A) for the search
 and 257 tweets (B) for the streaming but the combined set C has 337
 tweets!

 Is this a bug in my code or could this be an API issue?

 BTW: I don't assume 100% correctness, I only want something above
 90% :) especially for such relatively infrequent terms, where users
 can, should and have noticed it.

 Regards,
 Peter.

 [1]
 http://groups.google.com/group/twitter4j/msg/d959e6257ceb452f

 [2]

 http://groups.google.com/group/twitter-development-talk/browse_thread/thread/71ab5cc666113c9e


 http://blog.tweetsmarter.com/twitter-downtime/twitters-dirty-secret-they-dont-show-you-all-tweets/

 --

 http://jetwick.com Twitter Search without Noise

 --
 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:
 http://groups.google.com/group/twitter-development-talk


-- 
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: 
http://groups.google.com/group/twitter-development-talk


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 AM, pamela pamela@gmail.com wrote:

 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 the URL, I get an invalid URL.
 If I replace just the # with %23, it shortens the URL, but with
 the %23 instead of the #, so the URL is no longer correct.
 If I don't replace or encode anything, then it shortens the URL before
 the # sign, ignoring what's after.

 Any idea as to what will actually work, and preserve the value after
 the hash?

 Thanks!

 --
 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:
 http://groups.google.com/group/twitter-development-talk


-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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= $token_secret,
method  = filter,
track   = $searchTerm,

on_connect = sub {
warn bgStreamSearch.pl connected;
},

on_tweet = sub {
my $tweet = shift;
writeTweet($tweet);
 },

on_error = sub {
my $error = shift;
warn ERROR: $error;
$done-send;
},
  );
$done-recv;

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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 | abrah.am
 @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am
 This email is: [ ] shareable [x] ask first [ ] private.

 On Tue, Feb 15, 2011 at 05:49, Steven Cains ste...@cains.me wrote:
  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-...

  Any idea how I figure out the URL of a point of interest page from a
  twitter venueID? for example, 31bb95642f3f50ae

  Thanks for your help

  --
  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:
 http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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?

 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 15, 2011 at 05:49, Steven Cains ste...@cains.me wrote:
   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-...

   Any idea how I figure out the URL of a point of interest page from a
   twitter venueID? for example, 31bb95642f3f50ae

   Thanks for your help

   --
   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:
  http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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 without Noise

-- 
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: 
http://groups.google.com/group/twitter-development-talk


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:
http://www.pannous.info/products/jetwick-twitter-search/


Looks nice! I wish I knew Java to hack on it!
--
http://twitter.com/znmeb http://borasky-research.net

A mathematician is a device for turning coffee into theorems. -- Paul 
Erdős


--
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: 
http://groups.google.com/group/twitter-development-talk


[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 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 then
 return to same page(so that I can store the access token in DB). So if
 I give redirect URL of same page would it be able to reach here with
 current session?  How can I test this on test server?

 Please help its urgent.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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/

Regards,
Peter.

On 15 Feb., 20:48, M. Edward (Ed) Borasky zn...@borasky-
research.net wrote:
  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:
 http://www.pannous.info/products/jetwick-twitter-search/

  Looks nice! I wish I knew Java to hack on it!
 --
  http://twitter.com/znmebhttp://borasky-research.net

  A mathematician is a device for turning coffee into theorems. -- Paul
  Erdős

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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 start at the same item. A
trick, if you want to grab as much similar results at possible from
the start is to request only a single item on the first poll (using
rpp=1) (or use only the most recent item of your result) then use this
item to seed your since_id on the following polls. Another idea might
be to start your stream reader first and use the first item returned
by your reader to again seed your since_id in your poller. Also you
can simply ignore this during collection but cleanup your data once
your done collecting and make sure both data sets start and end with
the same item ID.

In any case, if your difference is in fact related to the handling of
the first poll, it will become marginal as your data grow.

I also ran some tests to compare results between both methods using a
single keyword. With result sets of about 15000 ids, both sets are
identical at 98.3%. For testing purposes both my poller and stream
reader only output IDs so I can use cat, sort, uniq, wc and diff to
compare results.

Colin

On Feb 15, 2:33 pm, Karussell tableyourt...@googlemail.com wrote:
 Hi John, hi Adam,

 thanks for your responses.

  To increase recall, search sometimes includes keywords in followed links 
  and other techniques

 ah, ok. this would explain the differences between C and B (but not
 betweet C and A). I'll investigate ...

  Also, are you getting rate limit messages on the Streaming API?

 no.
 I saw track limits (or something) when my keyword was 'java' or a
 similar high frequent term.

 Regards,
 Peter.

 On 15 Feb., 18:30, John Kalucki j...@twitter.com wrote:







  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 Kaluckihttp://twitter.com/jkalucki
  Twitter, Inc.

  On Tue, Feb 15, 2011 at 3:36 AM, Karussell 
  tableyourt...@googlemail.comwrote:

   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 a set of tweets A - excluding the
   duplicates, of course. I get approx 5 new tweets for every 5 minutes,
   so 100 tweets as pageSize should be perfectly sufficient to get all
   tweets.

   Second:
   When I'm doing a streaming filter request for the same terms 'twitter
   search' then I'm getting a set of tweets B.

   The problem is: combining A and B ('C=A v B') gives me a set C where
   the count of C is more than 10% larger then A or B, which means that
   neither with search nor streaming API I can catch a nearly complete
   set of tweets.

   E.g. doing this for 3 hours I'm getting 254 tweets (A) for the search
   and 257 tweets (B) for the streaming but the combined set C has 337
   tweets!

   Is this a bug in my code or could this be an API issue?

   BTW: I don't assume 100% correctness, I only want something above
   90% :) especially for such relatively infrequent terms, where users
   can, should and have noticed it.

   Regards,
   Peter.

   [1]
  http://groups.google.com/group/twitter4j/msg/d959e6257ceb452f

   [2]

  http://groups.google.com/group/twitter-development-talk/browse_thread...

  http://blog.tweetsmarter.com/twitter-downtime/twitters-dirty-secret-t...

   --

  http://jetwick.comTwitterSearch without Noise

   --
   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:
  http://groups.google.com/group/twitter-development-talk

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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 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...

 Kind Regards,
 Peter.

 --

 http://jetwick.comTwitter Search without Noise

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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: 
http://groups.google.com/group/twitter-development-talk


[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
'feature'? It shouldn't take into account that. Although the title of
the web site should taken into account ... like it is done in
jetwick ;)

I'll investigate for other keywords now.

 Typically your first poll will return 100 items then subsequent polls
 will return only new data if using since_id and/or dedupping.

I already removed these early tweets, of course ...

 I also ran some tests

with which keywords do you ran the tests?

 For testing purposes both my poller and stream reader only output IDs
  so I can use cat, sort, uniq, wc and diff to compare results.

Yes, I went the same way :)

Regards,
Peter.

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[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: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 follow the redirect correctly, as far as I can tell.

 Each tweet results in a frenzy of 404s from API users who have
 received the incorrect URL. Mousing over the shortened URL on
 Twitter.com shows the incorrect URL in the title tooltip. Fortunately
 for now, it seems we are not subject to t.co wrapping so the original,
 correct short URLs can be clicked by Twitter.com users.

 The incorrectly interpreted URL is always the same. We've set it up to
 redirect to our home page so all is not lost.

 Any ideas what could be going on here?

 Thanks, Ken

 On Feb 14, 2:04 am, ctrand ctr...@gmail.com wrote:

  Any ideas on this one guys?

  On Feb 10, 4:06 pm, ctrand ctr...@gmail.com wrote:

   Hello,

   I have a bunch of shortened urls which are resolved/redirected to full
   urls by my webapp.

   e.g.

  http://dealush.com/sale/2wml

   resolves to

  http://dealush.com/shopping-sales/2wml/sydney-sale-8-off-at-catwalk-w...

   When I tweet the short URL, sometimes the data-expanded-url attribute
   is populated for the url and when I mouseover it I can see the full
   url. However sometimes it is not populated, and there is no data-
   expanded-url attribute at all!

   I am wondering if anyone can shed some light onto why it would be so.

   I am also thinking that this is affecting the counters on my tweet
   buttons, as tweets that do have an URL with the data-expanded-url
   attribute give a +1 for the counter, and those that do not have a data-
   expanded-url don't.

   Does something need to happen for the data-expanded-url value to
   populate? Or perhaps there something wrong with some of my URLS?

   Note: THe example URL above does have a data-expanded-url value.

   Thanks in advance,

   Carl

   PS - Please let me know if you need any additional information from me
   and it will be forthcoming!

-- 
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: 
http://groups.google.com/group/twitter-development-talk


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 operational instability, the Streaming API returns 100% of 
the

tweets requested, or sends a limit message to let you know what has
been dropped.


What has been dropped, or how many have been dropped? ;-)

--
http://twitter.com/znmeb http://borasky-research.net

A mathematician is a device for turning coffee into theorems. -- Paul 
Erdős


--
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: 
http://groups.google.com/group/twitter-development-talk


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
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: 
http://groups.google.com/group/twitter-development-talk


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.

-John Kalucki
http://twitter.com/jkalucki
Twitter, Inc.



On Tue, Feb 15, 2011 at 11:52 AM, A.A.Novikov al.an.novi...@gmail.comwrote:

 Hi, a couple of days ago I've noticed that the implementation of a
 undocumented edge case changed:

 Let's say there are users A,B,C; users A  B have authorized our
 twitter app, user C either hadn't or removed authorization shortly
 after.

 BEFORE if used to return an HTTP 400 (or 401) when ANY of the A,B,C
 hadn't authorized the twitter app

 NOW, if there's at least 1 user who has authorized the service, the
 sitestream api returns 200, and simply does not pass any messages
 about the users who didn't authorize twitter app.

 Which leads to an issue that currently the users of the sitestream
 can't know for which subset of requested follow set of users it was
 actually valid  successful.

 Would it be possible to simply respond with a JSON one-liner
 immediately, reporting users with mismatched authorization?

 --
 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:
 http://groups.google.com/group/twitter-development-talk


-- 
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: 
http://groups.google.com/group/twitter-development-talk