Which platform to choose for registering Facebook login with Expo, if targeting multiple platforms? -


i following guide 'registering app facebook' in official expo docs (here). however, not specify platform choose on facebook developer site. going develop android , ios.

follow facebook’s developer documentation register application facebook’s api

the following options available on developers.facebook:

  1. ios
  2. android
  3. web
  4. other (other devices, windows phone, games on facebook.com, manually build login flowshare-external)

it turns out, can select more. choose ios, , android separately, in same app!

ios:
ignored steps (clicked 'next'), except 3. add bundle identifier, pasted host.exp.exponent.

android:
ignored steps (clicked 'next'), except 3. tell android project, not click on 'next'. added in com.example.myapp , com.example.myapp.mainactivity. clicked 'next', said 'use package name'.
now, on 4. add development , release key hashes page, @ bottom, pasted rrw++lujmzz+58ebn5dvhgankx4=.
after this, went settings, scrolled down android, , deleted content of 'google play package name' , 'class name' match screenshot in guide.

add host.exp.exponent ios bundle id. add rrw++lujmzz+58ebn5dvhgankx4= android key hash. (in expo docs)


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -