[twitter-dev] Retweets_of_me: how many retweets?

2011-01-08 Thread jaronbarends
My app offers users the feature to see their tweets, retweeted (using
retweets_of_me - http://dev.twitter.com/doc/get/statuses/retweets_of_me).
However, I would also like to show how many times a particular tweet
has been retweeted, but the response does not offer that data.

I could call http://dev.twitter.com/doc/get/statuses/:id/retweeted_by
(as suggested in this thread:
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/38aa19e2fc117c36/fdba18c2870fa76d),
but that would mean making 50 extra calls per page.

It would be great if retweets_of_me's response would include the
number of retweets and, for example, the user data of the last
retweeter.

Is there a simple way to find out how many times a retweets_of_me -
tweet has been retweeted?

Thanks,
jarón

-- 
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: capture the event click on the Tweet Button

2011-01-08 Thread nebur
I'd like to save the counter tweet in my database.
What should I use to capture button press event?

thank you

-- 
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: Using OAuth Echo

2011-01-08 Thread Gabe
Is there any reference implementation of OAuth Echo from a Delegator
perspective?  I just cannot get this working no matter what.

-- 
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] Sporadic 401s?

2011-01-08 Thread David
Hi John,

Thanks for all of your help with this issue. I'm still seeing pretty heavy 
401s in site streams (about half of the time when I create a connection). Do 
you have an approximate timeline on when this fix will be live? For things 
where the REST API doesn't suffice, would you recommend falling back to 
statuses/filter and following my users since 401s seem to be less pronounced 
there than in site streams?

Thanks and have a great weekend,
David

-- 
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: Access Tokens Changed?

2011-01-08 Thread David
Can anyone from Twitter speak to this? I originally thought force_login=true 
was a great way to make sure a user doesn't accidentally add the wrong 
account since users connect multiple twitter accounts on my site, but this 
unexpected revoking of oauth tokens upon hitting cancel might force me to go 
back to using the authorize url instead of authenticate with 
force_login=true. 

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