[twitter-dev] Properties and Methods of "T" object of @anywhere

2010-04-27 Thread MJ
I was wondering what the properties and methods of the "T" object are in @anywhere? I'm looking at the documentation and I see "t.currentUser" and "t.isConnected" but a full list of the properties is not in the @anywhere documentation. Also I am using @anywhere to login but I also have some serve

[twitter-dev] @anywhere Current user properties are undefined

2010-04-27 Thread MJ
I'm working with the @anywhere api and trying to do a authcomplete twttr.anywhere(function (T) { if(T.isConnected()){ twttr.anywhere.signOut(); } T("#twitter-login-box").connectButton({ size: "large", authComplete: function(user) { // tr

[twitter-dev] Re: @anywhere Current user properties are undefined

2010-04-28 Thread MJ
Figured it out it's user.data('id') not user.id On Apr 27, 9:27 pm, MJ wrote: > I'm working with the @anywhere api and trying to do a authcomplete > >   > > >   twttr.anywhere(function (T) { > >         if(T.isConnected()){ >                

[twitter-dev] Re: Properties and Methods of "T" object of @anywhere

2010-04-28 Thread MJ
illen wrote: > On Apr 28, 12:06 am, MJ wrote: > > > Also I am using @anywhere to login but I also have some server side > > code with java.  Is there a way that I can pass the credentials of the > > @anywhere logged in user to the server side code?  Or does that happen &g

[twitter-dev] Re: Properties and Methods of "T" object of @anywhere

2010-05-01 Thread MJ
Ok. In that case then the easiest solution I can think of is to do something similar to Facebook where session keys. Right now I use the session generated from the fb connect api to pass to the Server side java libraries. On Apr 28, 12:26 pm, Taylor Singletary wrote: > Hi MJ, > > T