我有LogginButton的问题:
LoginButton authButton = (LoginButton) v.findViewById(R.id.authButton); authButton.setFragment(this);
我使用的片段不是来自支持者. .setFragment从支持中获取片段.
.setFragment
怎么解决?(不要从支持更改为片段)
android facebook
android ×1
facebook ×1