[twitter-dev] Twitter search query results...

2011-01-01 Thread Todd
re tweets. Any ideas? I know I can grab the RSS of tweets (and it comes back fine) but was just wondering why this method returns nothing. Todd -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancement

Re: [twitter-dev] @anywhere iframes getting improper document domain?

2010-07-09 Thread Todd Kloots
Hello, By chance are you only seeing this error in IE? If so, the following config for @Anywhere can fix your problem: twttr.anywhere.config("domain", document.domain); - Todd On Fri, Jul 9, 2010 at 9:56 AM, dndrnkrd wrote: > I'm seeing same-origin policy issues at the

Re: [twitter-dev] anywhere link overriding

2010-06-15 Thread Todd Kloots
At the moment, no. You'll need to do that yourself. Not too difficult though, since @Anywhere stamps each link with a class of "twitter-anywhere-user". So, you could iterate over all anchor elements, and if they have that class add the "target" attribute with a value

Re: [twitter-dev] @anywhere fails if ShareThis on the page?

2010-06-07 Thread Todd Kloots
Hi @semel - Still experiencing this problem with ShareThis and @Anywhere? If so, can you send an URL or some sample code so that we can figure out what the problem is? Thanks. - Todd On Fri, Jun 4, 2010 at 10:28 AM, LeeS - @semel wrote: > I get this Javascript error when trying to

Re: [twitter-dev] @anywhere hovercard events

2010-04-20 Thread Todd Kloots
ments include the @ symbol, and/or use a different class name, you can configure hovercards as follows: twttr.anywhere(function (T) { T(".YOUR_CLASS_NAME").hovercards({ infer: true }); }); For more, see the docs: http://dev.twitter.com/pages/anywhere_begin#hovercards - Todd On Tue, Ap

[twitter-dev] Read only @anywhere application bug fix

2010-04-16 Thread Todd Kloots
There is a known bug in the @anywhere application creation flow that results in @anywhere applications having read-only access. This results in @anywhere widgets like the TweetBox and Follow Button not working. We just rolled out a fix to all currently registered @anywhere applications. However

[twitter-dev] Re: set the from [Application]

2009-08-03 Thread James Todd
Aug 3, 7:13 am, James Todd wrote: > > set the "source" parameter. > > > > hth, > > > > - james > > > > On Sun, Aug 2, 2009 at 10:49 PM, Pek wrote: > > > > > how do you set the from field when you tweet from the API. Right now > &g

[twitter-dev] Re: set the from [Application]

2009-08-03 Thread James Todd
ahhh, that explains why my basic-auth "source" attribution is still working. thx! - james On Mon, Aug 3, 2009 at 6:54 AM, Duane Roelands wrote: > > If you're developing a new application, you -must- use OAuth if you > want the "From" line to display your application's name. > > It used to work f

[twitter-dev] Re: set the from [Application]

2009-08-02 Thread James Todd
set the "source" parameter. hth, - james On Sun, Aug 2, 2009 at 10:49 PM, Pek wrote: > > how do you set the from field when you tweet from the API. Right now > mine says from API. I'd like it to say from [My Application] > > I've set all the fields necessary from the apps settings

[twitter-dev] Re: Deprecation of the email parameter for users/show

2009-04-03 Thread Todd Sampson
- which for obvious reasons is not the way to handle a deprecated function. - Todd On Apr 2, 9:00 pm, John Sampson wrote: > Thank you for the clarity and for putting greater detail on the > deprecation of user/show (find by email).  I completely agree to > Twitter wanting to protect