Re: [twitter-dev] Multiple data-related variables in Tweet Button

2010-08-12 Thread Marcelo Calbucci
You can't. You are limited to 1 primary account (which will appear at the
end on the tweet as via @account), and you can add 1 alternate account.
That's all.

TweepML.org provides a way for people to follow multiple accounts at once,
but it's not like the Tweet button. People are sent to another website.

On Thu, Aug 12, 2010 at 10:04 AM, epitaphmike epitaphm...@gmail.com wrote:

 What would be the easiest way to add multiple accounts to suggest
 people to follow after they use the new tweet button. We have 6
 accounts for our Hockey Team and would like to suggest that our
 followers follow all of them.




-- 
-Marcelo

Twitter: @calbucci http://twitter.com/calbucci | blog.calbucci.com | Seattle
2.0 http://www.seattle20.com/


Re: [twitter-dev] Got rejected from becoming API whitelist

2010-08-05 Thread Marcelo Calbucci
It's more likely you are trying to build an application that violates
Twitter TOS (like hey, I'll help you get hundreds of followers), or that
your Service will enable a Spammy behavior by users.

I doubt it has anything to do with the technical aspects. I've got
Whitelisted 4 times on 4 different services without any problem.

-Marcelo

On Wed, Aug 4, 2010 at 4:47 PM, Jeansu Park jeansu.p...@gmail.com wrote:

 Hello guys,

 My company just got rejected from being API whitelist, and I don't
 exactly know why.
 The rejection email said I can refer to
 http://dev.twitter.com/pages/api_faq#under_limit
 about the rejection.

 My guess is that my subordinate put small amount of call number in the
 application.
 He has put Direct Message Methods-1,000 call per hour and List
 Members Methods- 300 call per hour. But our call would be a lot more
 than this considering UV and PV.

 So, 1. Is the small call number a problem?
 2. I just need to re submit the application with higher number?

 Thank you in advance.




-- 
-Marcelo

Twitter: @calbucci http://twitter.com/calbucci | blog.calbucci.com | Seattle
2.0 http://www.seattle20.com/


Re: [twitter-dev] DMs and followers list

2010-08-04 Thread Marcelo Calbucci
Mark, you should implement similarly to what Google Auto-suggest does... As
users start typing they send AJAX calls back to the servers that return the
top 10 matches. As long as your server responds quickly, users are not going
to notice because the total latency might be 100 or 200ms, which would
enough to keep users happy.

-Marcelo

On Wed, Aug 4, 2010 at 6:32 AM, Mark Krieger markskrie...@gmail.com wrote:

 I am working on a twitter application, I want followers to be kept in
 a dropdown in my application like twitter does when I send a DM from
 twitter. However, since I have less than 50 followers now (alas), I do
 not know the twitter behavior when someone has (let's say) 5000 or
 1 or even 10 followers. Surely you do not put a gigantic list
 into that dropdown. But since I cannot test that situation, can
 someone tell me what twitter itself does? I'd like to more or less do
 the same as twitter in this case.

 thanks,

 Mark




-- 
-Marcelo

Twitter: @calbucci http://twitter.com/calbucci | blog.calbucci.com | Seattle
2.0 http://www.seattle20.com/