LoginSignup
1
0

More than 5 years have passed since last update.

【React Native】Facebookログインで使用してるFacebookアプリ切り替え時にする管理画面の操作とソース変更箇所 for Android

Last updated at Posted at 2018-03-09

やりたいこと

AndroidでFacebookログイ認証を使用しています。
Facebookの管理画面で別のアプリ(スマホアプリではなく、Facebook管理画面上のアプリ)に
向き先を変更したいです。

前提

すでにFacebookログインの実装が完了している前提のため、
Facebookログインを導入っする方法は記載していません。

管理画面

変更箇所

管理画面

Google Playパッケージ名:バンドルID
クラス名:.MainActivity
キーハッシュ:
*キーハッシュの取得方法
https://qiita.com/kondoakio/items/9ec5c78bee21720dfb19

strings.xml

android/app/src/main/res/values/strings.xml

<string name="facebook_app_id">{アプリID}</string>
<string name="fb_login_protocol_scheme">fb{アプリID}</string>
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0