[twitter-dev] Re: how to use sessions/present

2009-08-13 Thread jirgn
thanks abraham, i´m not sure how to call this function in javascript. when i tried it using a ajax request i had trouble with cross domain restrictions. is it possible to do define a callback like script type=text/javascript function myCallback(isSessionPresent){ //processing } /script

[twitter-dev] Re: how to use sessions/present

2009-08-12 Thread Abraham Williams
You can't do it from your PHP backend because your server does not have the open session with Twitter as the user. I think you are going to have to make it using JavaScript and a callback method. Abraham 2009/8/12 jirgn jirg...@googlemail.com i wanted to use the undocumented api-call