[twitter-dev] Re: Tweet button showing 0 count

2010-11-26 Thread kovshenin
Is this related to my website responding 405 to HTTP HEAD requests? On Nov 22, 9:13 pm, kovshenin kovshe...@live.com wrote: Cheers all. I wrote a Twitter app back in 2009 called Foller.me (http://www.foller.me) which has now moved to Google App Engine. The latest changes to the app included

[twitter-dev] Tweet button showing 0 count

2010-11-22 Thread kovshenin
, and the tweets do not show up. Could anybody help me investigate this? You can try it with any Twitter name or use mine: http://www.foller.me/kovshenin Thanks! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues

[twitter-dev] Re: Retweet Anywhere for WordPress

2010-04-21 Thread kovshenin
and a shortened URL. http://the.hackerconundrum.com/ http://the.hackerconundrum.com/Abraham On Tue, Apr 20, 2010 at 08:29, kovshenin kovshe...@live.com wrote: Hey all. I've been working on this little plugin for WordPress that's supposed to kind of act like Tweetmeme, but a little bit

[twitter-dev] Re: Problems with @Anywhere Tweet Box and jQuery

2010-04-21 Thread kovshenin
I came across this a few days ago. The problem here I believe, is that there's some calculation going on in javascript based on the block you're displaying it in, which in your case is not visible at all, thus the iframe is being tagged with a 0x0 width and height. There are two ways to solve it:

[twitter-dev] Anywhere tweetbox() onComplete?

2010-04-20 Thread kovshenin
Hey, I'm firing the tweetbox() function and everything seems great. The only thing I'd like to do is set focus to the tweet box as soon as it loads and it seems to work fine with a few jQuery tricks, but unfortunatelly requires to use the setTimeout function to focus when the elements are there.

[twitter-dev] Re: Introduce yourself!

2010-04-20 Thread kovshenin
Konstantin Kovshenin from Moscow, Russia. CTO at a startup called Frumatic. Founder of a Twitter app called Foller.me. Blog at http://kovshenin.com and tweet at @kovshenin. PHP, WordPress, Amazon EC2, S3, SimpleDB, etc. Cheers! =) -- Subscription settings: http://groups.google.com/group

[twitter-dev] Re: One account to rule them all: questions

2010-04-20 Thread kovshenin
I think that there's a Contributors API coming very soon which will have the ability to do stuff on behalf of. On Apr 20, 5:41 pm, luisg luisfmgoncal...@gmail.com wrote: Hello people, I'm trying to do something that I don't know if will work. Let me explain the main idea: 1) A user 'login

[twitter-dev] Retweet Anywhere for WordPress

2010-04-20 Thread kovshenin
Hey all. I've been working on this little plugin for WordPress that's supposed to kind of act like Tweetmeme, but a little bit more branded and doesn't actually show the number of retweets, maybe that's a drawback, but hey, I wouldn't like to show 0 retweets ;) Anyway, the snippet works with

[twitter-dev] Re: Account Suspension, Retweet Limitations

2009-12-19 Thread kovshenin
Thanks Josh, I'll try and do that On Dec 19, 2:00 am, Josh Roesslein jroessl...@gmail.com wrote: You might be running into some sort of anti-spam measure twitter has in place. I'd fire off an email to a...@twitter.com and see if they can help. Josh On Fri, Dec 18, 2009 at 4:27 PM, kovshenin

[twitter-dev] Account Suspension, Retweet Limitations

2009-12-18 Thread kovshenin
Hey everyone, I've recently setup a new account and made it retweet some messages based on hashtags every few seconds. I'm using the new retweets API and I couldn't get passed ~ 35 tweets when Twitter has blocked my account. There was no spam, pornography or any other violation. Anybody know if

[twitter-dev] Re: Twitter API: I keep hitting 502 status codes on /statuses/user_timeline

2009-09-23 Thread kovshenin
Here's a sample entry from my logs if that would help you: 23.09.2009 02:51:16 Request: aroundmarketing 23.09.2009 02:51:16 Error code: 502 23.09.2009 02:51:16 API Limit: 19103 23.09.2009 02:51:16 Response: Array ( [url] =

[twitter-dev] Twitter API: I keep hitting 502 status codes on /statuses/user_timeline

2009-09-22 Thread kovshenin
it was the problem, but since the API calls are signed I don't think so. I double checked with a simple unsigned cURL call from the server, and get the following response for my IP address: 149/150 and it hasn't got any lower than that. Anybody had similar problems? Thank you, ~ @kovshenin

[twitter-dev] I'd like to get on the Developer for Hire page

2009-07-24 Thread kovshenin
I believe I have to request this, cause requesting a develoeprs account with the raised limits and whitelisted IP didn't get me into that list. I'm a Twitter developer and I'd like to be listed there together with my recent Twitter app called Foller.me (http:// foller.me) Thank you.

[twitter-dev] Getting multiple user profiles in one call

2009-06-09 Thread kovshenin
Hi. I'm using the http://twitter.com/friends/ids/ REST call to get 5000 twitter ids of friends, now I'd like to know their locations, preferably in one API call. Is that possible? Couldn't find a function that would accept multiple twitter ids and return profiles. Did I miss anything? Thanks.