[twitter-dev] Permission denied error in Firefox when trying to add a tweet-box with @anywher

2010-07-08 Thread Glide Ken
I'm just trying add a twitter's tweet box with @anywhere but I'm
getting the
following error in Firefox:

Permission denied to get property Window.jQuery from https://api.twitter.com;

It works fine for me in Chrome.

All I have on the page is the code snippet from Twitter's api tutorial
which is:

div id=tbox/div
script type=text/javascript
 twttr.anywhere(function (T) {
   T(#tbox).tweetBox();
 });

/script

and twitter's js in the header


[twitter-dev] anchor to twitter.com/home?status authentication conerns

2010-07-08 Thread Glide Ken
If I provide an anchor that that takes the user to
http://twitter.com/home?status=TheirStatusMsg, I don't have to worry
about oAuth or any authentication issues, right?