@Anywhere 1.1 has now been released

47 views
Skip to first unread message

Dan Webb

unread,
Jun 3, 2010, 7:29:44 PM6/3/10
to twitter-de...@googlegroups.com
Hi All,

Just a quick note to say that version 1.1 has been released so those
of you specifying version 1 should now be automatically using version
1.1. Let us know if you experience any problems.

Cheers,

--
Dan Webb
Front-end Engineer, Platform
d...@twitter.com / @danwrong

dtsn

unread,
Jun 4, 2010, 4:10:44 AM6/4/10
to Twitter Anywhere Development
Hi Dan,

Does version 1.1 include all the objects which where available in the
chirp_preview version?

JohnPBloch

unread,
Jun 4, 2010, 1:33:23 PM6/4/10
to Twitter Anywhere Development
So does this mean we can start using this documentation? -->
http://platform.twitter.com/js-api.html

aldian

unread,
Jun 3, 2010, 9:47:29 PM6/3/10
to Twitter Anywhere Development
Hi,

I am a newbie @anywhere user.
For some minutes the @anywhere work in my development time, but now it
is blank.

It is here:
http://thedwarf.aldianfazrihady.com/interview/52/creating-a-new-item-from-scratch

The twitter form should be shown when the toolbar button in the lower
right is clicked.

Big thanks in advance for the help.

Regards,

Aldian

germiy

unread,
Jun 4, 2010, 3:11:47 PM6/4/10
to Twitter Anywhere Development
I tried to set callback_url by
twttr.anywhere.config('callbackURL',some_url), but in request to
twitter I see "... &oauth_client_identifier=callbackURL ". it is
something wrong with script or with me? :)
test url: http://codeminders.com/~germes/hovercards/index.php?username=twitterapi

Dusty

unread,
Jun 4, 2010, 3:03:34 PM6/4/10
to Twitter Anywhere Development
How do we take advantage of the new "expanded" option for Hovercards?

I've tried expanded : true.

Todd Kloots

unread,
Jun 4, 2010, 5:57:10 PM6/4/10
to twitter-de...@googlegroups.com
Hi Dusty -

To use the "expanded" property:

twitter("#section-1").hovercards({
expanded: true
});

- Todd

> --
> You received this message because you are subscribed to the Google Groups "Twitter Anywhere Development" group.
> To post to this group, send email to twitter-de...@googlegroups.com.
> To unsubscribe from this group, send email to twitter-dev-anyw...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/twitter-dev-anywhere?hl=en.
>
>

Todd Kloots

unread,
Jun 4, 2010, 6:01:53 PM6/4/10
to twitter-de...@googlegroups.com
Version 1.1 of @Anywhere does in fact include the JS API that was
previously available only via the chirp_preview version. That said,
we currently consider the JS API to be part of our @Anywhere internals
and not yet ready for use in production software products. When the
API is ready for production, we will definitely let you know. In the
meantime, you are free to experiment with it, and provide feedback.
But again - we discourage the use of it for production software.

Thanks,
The @Anywhere Team

Todd Kloots

unread,
Jun 4, 2010, 6:06:14 PM6/4/10
to twitter-de...@googlegroups.com
Hi Aldian -

Your example is working for me. Are you still experiencing problems?
If so, let me know.

- Todd

Todd Kloots

unread,
Jun 4, 2010, 6:15:29 PM6/4/10
to twitter-de...@googlegroups.com
The call to twttr.anywhere.config should precede the call to
twttr.anywhere(). So, you code should look like this:

twttr.anywhere.config({
callbackURL: 'http://codeminders.com/~germes/hovercards/index.php?username=twitterapi'
});

twttr.anywhere('1.1', function(T) {
T.hovercards();
});

- Todd

germiy

unread,
Jun 4, 2010, 6:55:28 PM6/4/10
to Twitter Anywhere Development
oh, yes. my foolish mistake... :(

but I still have the problem described in "hovercards
oauth_callback_url problem ": the request returns with needed
parameter closed with "#".
(http://groups.google.com/group/twitter-dev-anywhere/browse_thread/
thread/48692c076a614ea3)

Dan Webb

unread,
Jun 4, 2010, 7:17:03 PM6/4/10
to twitter-de...@googlegroups.com
On Fri, Jun 4, 2010 at 3:55 PM, germiy <ger...@gmail.com> wrote:
> oh, yes. my foolish mistake... :(
>
> but I still have the problem described in "hovercards
> oauth_callback_url problem ": the request returns with needed
> parameter closed with  "#".
> (http://groups.google.com/group/twitter-dev-anywhere/browse_thread/
> thread/48692c076a614ea3)

There's a fix for this on its way out as we speak.

Thanks,

Lil Peck

unread,
Jun 4, 2010, 7:45:01 PM6/4/10
to twitter-de...@googlegroups.com
On Fri, Jun 4, 2010 at 6:31 PM, Lil Peck <lil...@gmail.com> wrote:
> Do the hovercards count against the rate limit? Each time a hovercard
> is activated, does that reduce available hits?
>

I answered my own question, if this still applies:
http://groups.google.com/group/twitter-dev-anywhere/msg/bf904e764964c2c8?pli=1

HOWEVER: I have something very similar after cacheing the followers
into a database and using some javascript from dynamicdrive--all I
have to do is put a little more styling in it:
http://kyqha.com/twitter/tweets.php

Lil Peck

unread,
Jun 4, 2010, 7:31:39 PM6/4/10
to twitter-de...@googlegroups.com

Scott Wilcox

unread,
Jun 5, 2010, 3:32:19 AM6/5/10
to twitter-de...@googlegroups.com
Yes it counts against rate limits.

On 5 Jun 2010, at 00:31, Lil Peck wrote:

> Do the hovercards count against the rate limit? Each time a hovercard
> is activated, does that reduce available hits?
>

> --
> You received this message because you are subscribed to the Google Groups "Twitter Anywhere Development" group.
> To post to this group, send email to twitter-de...@googlegroups.com.
> To unsubscribe from this group, send email to twitter-dev-anyw...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/twitter-dev-anywhere?hl=en.
>


Scott Wilcox

t: +44 (0) 7538 842418
+1 (646) 257 0580
e: sc...@dor.ky
w: http://dor.ky
http://synfinaty.com

Reply all
Reply to author
Forward
0 new messages