버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

2.1.1. Facebook Developer Center

  1. Log in to Facebook Developer Center (https://developers.facebook.com/ ).

  2. Click MyApps -> Add a New App.

    Image Modified

  3. Enter the name of the app you want to use and click the Create New Facebook App Id button.

    Image Modified

  4. Select the platform you want to register.

    Image Modified

  5. After entering the necessary information on the quick start screen, register the app.

    1. Android
      Scroll down and enter the package name and default activity class name of your app and click the 'Next' button.

      Image Modified

      After registering the key hash, click the 'Next' button to complete the registration.

      Image Modified

    2. IOS
      Scroll down and enter the bundle ID. Enter the bundle ID and click 'Next' button to complete the registration.

      Image Modified

  6. Go to the app information page by clicking the MyApps -> Registered app name button in the top menu.

  7. Check and save the displayed AppId and AppSecret.

    Image Modified

2.1.2. Facebook Developer Center (Client Token Settings) - SDK 3.15.0 or later versions require setting

If you are using Facebook login in your mobile environment, you must add client tokens to your settings from SDK 3.15.0 or later.

You can check the value in the client token in the Advanced menu in App Settings.

...