void Start()
 {
     _instance = AnySDKSocial.getInstance();
     _instance.setListener(this, "SocialExternalCall");
 }