[twitter-dev] Re: OAuth rate limit of 150

2010-09-24 Thread Roger Ertesvåg
This has now been fixed in the latest version(0.9.10) On Sep 4, 6:16 am, Daniel Ribeiro dan...@gmail.com wrote: I had this issue as well. Posted this ticket on the project's page:http://github.com/jnunemaker/twitter/issues#issue/59 On Sep 3, 1:05 pm, Matt Harris thematthar...@twitter.com

[twitter-dev] Per user retweet count

2010-09-24 Thread Karthik K
Hi, Is there any way to get the Retweet count per user? i.e., number of tweets of a particular user that are Retweeted? Search api with 'RT @username' gives the retweets but again its a only a few days of data. Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc

[twitter-dev] tweetbutton color

2010-09-24 Thread @puciwuci
can we change the color of the tweetbutton icon? -- 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] Search with geocode does not respect search radius?

2010-09-24 Thread Johannes la Poutre
Hello, Since a few days it seems that search restricted by geolocation and search radius is not working correctly anymore. If I submit this request: http://search.twitter.com/search.json?geocode=52.360773%2C4.871720%2C1kmrpp=100 I expect all resuls to originate from a geocode within 1km radius

Re: [twitter-dev] Search with geocode does not respect search radius?

2010-09-24 Thread Taylor Singletary
We have a bug right now effecting exactly these kinds of searches. I'm not sure how quickly it will be fixed, but I'm hoping it will be early next week. I don't think there are any functional workarounds besides merging multiple searches. Sorry about the mess! Taylor On Fri, Sep 24, 2010 at

[twitter-dev] Re: Per user retweet count

2010-09-24 Thread Nik Fletcher
IIRC Matt / Taylor have said that Twitter search typically only keeps 7 days worth of data for searching, so you can't go any further back than that at the moment. Cheers -N On Sep 24, 8:14 am, Karthik K karthikkato...@gmail.com wrote: Hi, Is there any way to get the Retweet count per user?

Re: [twitter-dev] Re: Per user retweet count

2010-09-24 Thread Taylor Singletary
Karthik, I definitely think it's an interesting value to work with/report to a user -- the number of retweets a given user has issued. Right now, there's no way to get that info without manually counting them from the user_timeline for a user. user_timeline typically goes back around 3200 tweets

[twitter-dev] include_rts for /1/statuses/home_timeline

2010-09-24 Thread @giromide
The latest announcement mentions include_rts for /1/statuses/ user_timeline and /1/statuses/friends_timeline but not for /1/statuses/ home_timeline. Am I alone in desiring include_rts for /1/statuses/ home_timeline as well? I find the current method of blocking retweets per user to be somewhat

Re: [twitter-dev] Re: Missing entities in REST

2010-09-24 Thread Taylor Singletary
This entities not appearing problem still exists, unfortunately. It's maddeningly sporadic. No update yet on when there will be a fix for this issue. Hope for it to be soon! Taylor 2010/9/23 András Bártházi and...@barthazi.hu Hi, My problem is a bit different, for the very same requests

[twitter-dev] Re: How do I create a developer account?

2010-09-24 Thread CSKim
Ok thanks! Sorry I'm probably the only developer on earth that doesn't use twitter :) ~kim On Sep 23, 8:00 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi CSKim, You can use your regular old Twitter account, or otherwise create a new Twitter account. Apps belong to Twitter

[twitter-dev] Re: Using @Anywhere under SSL

2010-09-24 Thread Bob Lyons
I agree its a real limit to an otherwise highly convenient product. Seems easy enough to get akamai to use the right ssl cert. Is there some other technical snafu here or is this just an administrative item you haven't gotten to yet? I'd vote to bump it up in priority if its the latter. Cheers,

[twitter-dev] Re: Search with geocode does not respect search radius?

2010-09-24 Thread Johannes la Poutre
Ouch, that is pretty nasty... I'll see what can be done as merging multiple searches will degrade response times rather badly. Thanks for the reply! On Sep 24, 4:33 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: We have a bug right now effecting exactly these kinds of searches. I'm

Re: [twitter-dev] Re: Perl Net::Twitter and oAuth

2010-09-24 Thread Marc Mims
* sftriman dal...@gmail.com [100923 07:19]: I see - well, I'm using cPanel and tried, got this: Installing Perl Module HTTP::Message Method: Perl Expect Testing connection speed...(using fast method)...Done Ping:0 (ticks) Testing connection speed to cpan.erlbaum.net using

[twitter-dev] Re: Streaming API skips users

2010-09-24 Thread Ginny Hendry
John- Thanks for confirming the way this should work. We'll work on the client side code to see what it's doing with the stream data and how it compares to the raw stream from curl. -Ginny On Sep 24, 12:01 pm, John Kalucki j...@twitter.com wrote: Accounts should work all of the time,

[twitter-dev] URL encoding of status= parameter in #newtwitter

2010-09-24 Thread Jonathan Strauss
The following link works fine for users with access to #vintagetwitter but breaks on the first URL encoded (%26) or # (%23) for users with #newtwitter: http://twitter.com/home?status=Trying+out+URL+encoding+%26+stuff+on+%23newtwitter+vs+%23vintagetwitter Is this intentional? Thanks, -jonathan

[twitter-dev] Search and/or streaming rate limits

2010-09-24 Thread Matthew Terenzio
If my app has 1000 users and each one wants to do a unique search once an hour it seems like that is beyond what is being suggested. Even if I use the streaming api and filters, it looks like I could only have a couple hundred users. ( Am I missing some technique because it doesn't seem like you

[twitter-dev] User Access Tokens and direct messages

2010-09-24 Thread Dialflow
Hello all: New to the forum but looking for some help. I'm an engineer but not a hacker, and have been having a discussion with my developer. We're using Oauth and my developer says we can not save a users ID so that we can send them direct messages whenever we want, even after they authorize

Re: [twitter-dev] User Access Tokens and direct messages

2010-09-24 Thread Scott Wilcox
You're quite free to store the users tokens and their user ID. Keep in mind you can only DM those who are following you. Scott. On 24 Sep 2010, at 21:58, Dialflow wrote: Hello all: New to the forum but looking for some help. I'm an engineer but not a hacker, and have been having a

[twitter-dev] Re: Searching for tweets containing a specific domain

2010-09-24 Thread Eric Marcoullier @ OneTrueFan
I'll start digging into the Search API and seeing how that performs. I can tell you from experience that the streaming API does not currently carry the expanded URL metadata in its payload. All you get is a match on raw tweet content. On Sep 24, 6:34 am, Brian Medendorp

Re: [twitter-dev] Re: Using @Anywhere under SSL

2010-09-24 Thread Matt Harris
Hi Bob, Sadly adding SSL to the CDN is not that straight forward. We continue to investigate ways to make this happen reliably and will post updates as progress is made. Best, @themattharris On Fri, Sep 24, 2010 at 8:19 AM, Bob Lyons nextd...@gmail.com wrote: I agree its a real limit to an

Re: [twitter-dev] include_rts for /1/statuses/home_timeline

2010-09-24 Thread Matt Harris
Hey Derek, The home_timeline includes retweets so the include_rts parameter is not required. The reason we added the parameter to the user_timeline and friends_timeline is because those methods, by default, do not include retweets. This was for backwards compatibility with early users of the API.

Re: [twitter-dev] tweetbutton color

2010-09-24 Thread Matt Harris
Hi @puciwuci, Other than the language the Tweet Button cannot be altered. If you require custom colours you might be interested in building your own Tweet Button. We have an example of this on our developer resources site: http://dev.twitter.com/pages/tweet_button#build-your-own-example

[twitter-dev] Re: URL encoding of status= parameter in #newtwitter

2010-09-24 Thread Jonathan Strauss
Hey Matt, I know the tweet button very well, and I agree that it's better for most use-cases (we're actually driving our customers towards using / share instead of /home?status= for their custom share to Twitter interfaces). However, all legacy 'Share on Twitter' or 'Tweet This' implementations

Re: [twitter-dev] Re: URL encoding of status= parameter in #newtwitter

2010-09-24 Thread Matt Harris
Hey Jonathan, Absolutely! Just wanted to put the Tweet Button out there as an option. So we can track this can you file an issue on: http://code.google.com/p/twitter-api/issues/list I'll keep that updated with progress. Thanks, @themattharris On Sep 24, 2010, at 18:54, Jonathan Strauss