I'm using the @Anywhere platform to allow users to sign in and connect
via twitter. It open a small popup window where the user signs in and
connects. The problem is that after the user authorizes it, it
displays the callback url and but doesn't close the window and use my
callback. The parent window doesn't know (in javascript) that the user
authorized it.


T.signIn({
    authComplete: function () {
        // never gets called because the popup window never closes
    }
});

I've experimented with setting the callback and different areas, but
the popup window never closes and therefore the authComplete doesn't
get called.

Am I doing this correctly?

Any help would be appreciated. Thanks!

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to