Twitter callback Web Intents Javascript Events
问题 Is it possible to pass some variables to the called function, it tried it like this but failed <script type="text/javascript"> twttr.ready(function (twttr) { twttr.events.bind('tweet', twitnshare('tws_likings', '<?php echo $sess_uid;?>', href)); });</script> If its not possible, whats the way out. 回答1: Question answered in place on our dev forums: https://dev.twitter.com/discussions/671 回答2: Usually if the events binding is not working i have found ppl missing the assign to windows.twttr