TwitterBinding.init( "xxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" );
if(StaticVariables.bIsTwitter && TwitterBinding.loggedInUsername() == "")
{
string username = TwitterBinding.loggedInUsername();
if(username == "")
TwitterBinding.showOauthLoginDialog();
}
Posted by 명혀니
,