10
Android Facebook 4.0 SDK 이메일, 생년월일 및 사용자 성별을 얻는 방법
다음 코드를 사용하고 있습니다. 사용자의 생년월일, 이메일 및 성별을 원합니다. 도와주세요. 해당 데이터를 검색하는 방법? 이것은 내 onViewCreated()조각 안에 있습니다. @Override public void onViewCreated(View view, Bundle savedInstanceState) { // Setup TextView. mTextDetails = (TextView) view.findViewById(R.id.text_details); // Set up Login Button. LoginButton mButtonLogin = (LoginButton) view.findViewById(R.id.login_button); // setFragment only if you …