Re: [twitter-dev] Re: Introducing the Follow Button

2011-05-31 Thread Dan Webb
of the button. We also have malware detection in place so we can quickly shut down abusive sites. Thanks, -- Dan Webb Technical Lead, Twitter For Websites d...@twitter.com / @danwrong -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Dan Webb
but there are obviously still some browsers getting the issue. I think we'll use console.info to display these message instead of an alert. We wanted to let developers know that they needed a clientID in the most noticable way but to avoid unintended annoyance of users we'll move to console.log. Thanks, -- Dan Webb

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Dan Webb
On Wed, May 19, 2010 at 11:48 AM, Damon Clinkscales sca...@pobox.com wrote: On Wed, May 19, 2010 at 1:41 PM, Dan Webb d...@twitter.com wrote: On Wed, May 19, 2010 at 11:27 AM, Steve C st...@twitpic.com wrote: Just wondering...does TwitPic have a bug or misconfiguration or is this an @anywhere

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-16 Thread Dan Webb
) is throwing this same error in older browsers, including Chrome 3.0.195. -- Dan Webb Front-end Engineer, Platform d...@twitter.com / @danwrong +1 415 425 5631

Re: [twitter-dev] @anywhere in Safari4/Mac - wont work

2010-05-13 Thread Dan Webb
hovercards in my Blog (Link below). It seems that Safari is blocking all requests to Twitter, so is there a way to fix that (or to duplicate hovercard functionality)? -- Dan Webb Front-end Engineer, Platform d...@twitter.com / @danwrong +1 415 425 5631

Re: [twitter-dev] Re: Verify user connect with @anywhere?

2010-05-13 Thread Dan Webb
the twttr_anywhere cookie which contains an access token. https://api.twitter.com/1/account/verify_credentials.xml?oauth_access_token=xyz Abraham -- Dan Webb Front-end Engineer, Platform d...@twitter.com / @danwrong +1 415 425 5631

Re: [twitter-dev] jQuery being loaded multiple times using @anywhere

2010-04-16 Thread Dan Webb
({    infer: true  }); }); /script -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en -- Dan Webb Front-end Engineer, Web Client d...@twitter.com / @danwrong +1 415 425 5631

Re: [twitter-dev] Re: parent.twttr.anywhere._signedOutCookiePresent

2010-04-16 Thread Dan Webb
-- Subscription settings:http://groups.google.com/group/twitter-development-talk/subscribe?hl=en -- Dan Webb Front-end Engineer, Web Client d...@twitter.com / @danwrong +1 415 425 5631

[twitter-dev] Re: @anywhere sign in button disappearing

2010-04-15 Thread Dan Webb
Hi Aral, So the connect button disappears entirely after you've connected? If you reply with steps to reproduce we can look in to it. Thanks, Dan On Apr 15, 8:48 am, Aral Balkan aralbal...@gmail.com wrote: Definitely seeing it disappear while logged into a different account. Not sure if

[twitter-dev] Re: twitter.User.current.data is not a function

2010-04-15 Thread Dan Webb
The way to acheive this best would be: twttr.anywhere(function(twitter) { if (twitter.isConnected()) { alert(ttwitter.currentUser.data('screen_name')); } else { twitter(#connectArea).connectButton({size: large}); } }); Thanks, Dan On Apr 15, 7:46 am, silentgecko