[twitter-dev] Re: Absolute totals for mentions and retweets_of_me

2010-11-15 Thread Andres Buritica
Thank you both for the reply. I'm looking to get totals for accounts
already in existence. If I understand Edward's point correctly, this
wouldn't work for me since I would need to create a dataset containing
data for the entire lifetime of the account, i.e., I would have to
start gathering data when the account is created. I tried to search
for mentions of this in this group but came up empty. Edward, could
you point me to the mentions you are referring to? Am I understanding
your point correctly?

On Nov 15, 6:59 am, Edward Hotchkiss edw...@edwardhotchkiss.com
wrote:
 Someone on the list mentioned creating that level of granularity by  
 creating datasets and queries that are essentially API calls ... of  
 your own. If it's not covered in a popular lib then the method does  
 not exist.

 Best,

 --
 Edward H. 
 Hotchkisshttp://www.edwardhotchkiss.com/http://www.twitter.com/edwardhotchkiss/
 --

 On Nov 15, 2010, at 9:52 AM, Taylor Singletary wrote:







  Most elements of the Twitter API do not provide the level of  
  granularity that you're looking for -- only for the most recent /  
  infrequently used accounts will you ever be able to determine  
  something like total mentions or total retweets of me -- simply  
  by accessing those API methods and getting all possible results and  
  counting them...

  But due to the way data is cached in the Twitter ecosystem, there's  
  no way to directly query us to find out these numbers for a given  
  user at this time.

  Taylor

  On Sun, Nov 14, 2010 at 2:16 PM, Andres Buritica 
  andres.buritic...@gmail.com
   wrote:
  Hi. I would appreaciate anyone who would be able to tell me if it's
  possible to get the total number of mentions and/or total number of
  tweets retweeted by others for the lifetime of an account. The status/
  mentions and statuses/retweets_of_me API calls only seem to go back
  only so far. 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 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: Track Limiting

2009-11-30 Thread Andres
Thank you John.

On Nov 24, 1:56 pm, John Kalucki jkalu...@gmail.com wrote:
 Andres,

 Alltrackresults are currently rate limited in the Streaming API.
 Each level of access gives more keywords and also a larger proportion
 of the total stream. To help you manage this, we sent a limit notice
 after each limited period expires. If you count the statuses received
 and also examine the limit notice, you can determine the amount that
 you are over-requesting.

 -John Kaluckihttp://twitter.com/jkalucki
 Services, Twitter Inc.

 On Nov 24, 8:14 am, Andres andresburg...@gmail.com wrote:



  We currentlytrackabout 300 keywords using thetrackstreaming API.
  We have been granted 1st level elevated access but was wondering if
  there is a total limit to the results we get.

  I'll try to explain this: We are tracking words like, Twitter,
  Twilight,Coke etc. We also recently added the word Friday so that we
  cantrackBlack Friday results and noticed that we should be getting
  a lot more results. Is there a maximum limit that is returned for all
  keywords or are specific keywords limited?

  I hope that makes sense.

  Thanks.

  Andres


[twitter-dev] Track Limiting

2009-11-24 Thread Andres
We currently track about 300 keywords using the track streaming API.
We have been granted 1st level elevated access but was wondering if
there is a total limit to the results we get.

I'll try to explain this: We are tracking words like, Twitter,
Twilight,Coke etc. We also recently added the word Friday so that we
can track Black Friday results and noticed that we should be getting
a lot more results. Is there a maximum limit that is returned for all
keywords or are specific keywords limited?

I hope that makes sense.

Thanks.

Andres


[twitter-dev] Re: How to use Twitter to sign out ? calling to end_session does not work

2009-07-29 Thread Andres B

I think the question refers to the force_login oauth parameter.
What I think CG wants it to log users out of Twitter, so when the app
asks for authentication, the user is forced to log in TO TWITTER
again.
If that is the case: 
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-authenticate

G'luck,
Andres B
@andresb

On Jul 28, 11:19 pm, CG learn@gmail.com wrote:
 hi , thx for reply ..

 my app will actually do the following thing

 1. get a new request token  secret (or should I use the old requeust token ?)
 2. redirect user to the authenticate URL
 (twitter.com/oauth/authenticate?x) with the request token  secret

 At this moment , Twitter will do the authentication , and
 successfully authenticate me (even I hv call the end_session) ..

 I do not even pass any oauth token and secret at this stage ..

 CG

 On Wed, Jul 29, 2009 at 11:41 AM, Duane

 Roelandsduane.roela...@gmail.com wrote:

  I'm not familiar with End_Session, but couldn't you just clear the
  OAuth Token and TokenSecret?  That would effectively sign you out
  because you'd need to reauthenticate.

  On Jul 28, 11:21 pm, CG learn@gmail.com wrote:
  Hi, I am developing a simple Web App that use sign in with twitter ,
  where the app will automatically redirect to
  twitter.com/oauth/authenticate(with request token/secret of course) if
  user is not authenticated.

  It works well until I need to add a sign out function in my App.

  I use the end_session API and I get an error Logged out. which I
  think actually is loggout successfully (I came across a ticket
  mentioning about this)

  I thought that after signing out from my app, when I revisit the
  same page , I supposed to be redirect to the sign in page but
  unfortunately , it seems like successfully authenticate me and
  redirect back to my app without required any authentication.

  I did a test on this by calling to end_session , and go to another
  browser tab , to accesswww.twitter.com, it seems like I am still not
  sign out from Twitter ..

  Anybody face this problem ? what is the solution for this ? without
  this function , my app is useless , because user can only sign out at
  twitter.com or clear the cache/cookie in browser.

  Cheers .
    CG


[twitter-dev] Re: streaming API for DM for multiple users ?

2009-07-28 Thread Andres B

I'd support the creation of such a method. My latest focus is
receiving orders/commands through DM and having a hose would give us
a much snappier response than polling every 30 secs.

On Jul 27, 8:55 pm, Doug Williams d...@twitter.com wrote:
 There is currently no Streaming API to receive DMs for a given user. If you
 have a great use case for this please share it here.
 We like to have justification for new streaming methods. If you have ideas
 to help augment a business case for engineering resources, we would love to
 know about them.

 Thanks,
 Doug

 On Mon, Jul 27, 2009 at 5:24 AM, Fabien Penso fabienpe...@gmail.com wrote:

  Hi.

  I wonder if there is a way to use the streaming API to receive DM for
  a list of specific users.

  As far as I understand there isn't, is anyone working on this? Basicly
  I want to offer the possibility to receive Apple Push Notifications
  and I'll get tons of user, so I want to go the efficient way.

  Thanks.


[twitter-dev] DM-based services

2009-07-27 Thread Andres B

Hi, I'm having some trouble sending messages to the group, so I'll
break it down in a couple different messages.

I developed muuter.com and my users can send mute commands through DM
i.e. d muuter someone 8 h.

For this to work, @muuter needs to follow every user, and right now I
can't because I'm hitting a follow ratio, at 130 followers vs 800
following. Is there a best practice to offer services through DM?

Thanks in advance.

Best,
Andres B
@andresb


[twitter-dev] Re: DM-based services

2009-07-27 Thread Andres B

Yes, I'm aware of the daily limits, my main concern is that if I hit a
higher number (and still have 150 followers, b/c @muuter is a pretty
uninteresting account), I will not be able to follow ALL my users.

That's why I'll appreciate any shareable experience receiving DMs from
large numbers of users.

Thanks!
AB

On Jul 27, 2:45 pm, Abraham Williams 4bra...@gmail.com wrote:
 There is a limit of how many accounts you can follow each day. Try following
 more tomorrow.

 Abraham



 On Mon, Jul 27, 2009 at 07:10, Andres B abia...@gmail.com wrote:

  Hi, I'm having some trouble sending messages to the group, so I'll
  break it down in a couple different messages.

  I developed muuter.com and my users can send mute commands through DM
  i.e. d muuter someone 8 h.

  For this to work, @muuter needs to follow every user, and right now I
  can't because I'm hitting a follow ratio, at 130 followers vs 800
  following. Is there a best practice to offer services through DM?

  Thanks in advance.

  Best,
  Andres B
  @andresb

 --
 Abraham Williams | Community Evangelist |http://web608.org
 Hacker |http://abrah.am|http://twitter.com/abraham
 Project |http://fireeagle.labs.poseurtech.com
 This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: DM-based services

2009-07-27 Thread Andres B

Well, I guess that I could even do that programmatically but I'd like
to treat it as a last resort.

Regular folks don't know about follow ratios and follow me so I give
you this sounds petty.



On Jul 27, 1:56 pm, Grant Emsley grant.ems...@gmail.com wrote:
 Require people to follow you before they can use the service?

 On Jul 27, 10:10 am, Andres B abia...@gmail.com wrote:

  Hi, I'm having some trouble sending messages to the group, so I'll
  break it down in a couple different messages.

  I developed muuter.com and my users can send mute commands through DM
  i.e. d muuter someone 8 h.

  For this to work, @muuter needs to follow every user, and right now I
  can't because I'm hitting a follow ratio, at 130 followers vs 800
  following. Is there a best practice to offer services through DM?

  Thanks in advance.

  Best,
  Andres B
  @andresb


[twitter-dev] DM-based service and follow limits

2009-07-27 Thread Andres B

(sorry if this is a dupe, posted it an hour ago and didn't appear)

Hi, I'm the guy behind muuter.com. It's a pretty basic service that
allows users to temporarily mute people by unfollowing and following
back after a set time passes.

The service works through a simple web interface, and I developed some
simple bookmarklets to make it easy to work with the app. I recently
added the option of sending DMs to the @muuter account to send a mute
command (something like d muuter someone 6 h, you can see other
options in Tools on the site).

Now, for this to work @muuter has to follow everyone that may send a
DM command, so I started following people as soon as they (o)auth to
the site. Now, @muuter has around 130 followers and follows 815 users.
As this last number got stuck for the last day I started researching a
bit and found that @muuter reached a following limit, and the ratios
will not improve as the service ages, I suspect the contrary.

Is there a way around this? I could programmatically force users to
follow @muuter, and it's a VERY low traffic account, but this may
freak out some specially vocal people. Any pointers/best practices
about this?

Thanks in advance.

Best,
Andres B
@andresb
http://muuter.com


[twitter-dev] DM-based service and follow limits

2009-07-27 Thread Andres B

Hi, I'm the guy behind http://muuter.com. It's a pretty basic service
that allows users to temporarily mute people by unfollowing and
following back after a set time passes.

The service works through a simple web interface, and I developed some
simple bookmarklets to make it easy to work with the app. I recently
added the option of sending DMs to the @muuter account to send a mute
command (something like d muuter someone 6 h, you can see other
options in http://muuter.com/tools).

Now, for this to work @muuter has to follow everyone that may send a
DM command, so I started following people as soon as they (o)auth to
the site. Now, @muuter has around 130 followers and follows 815 users.
As this last number got stuck for the last day I started researching a
bit and found that @muuter reached a following limit, and the ratios
will not improve as the service ages, I suspect the contrary.

Is there a way around this? I could programmatically force users to
follow @muuter, and it's a VERY low traffic account, but this may
freak out some specially vocal people. Any pointers/best practices
about this?

Thanks in advance.

Best,
Andres B
@andresb
http://andresb.net/blog/