Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. login

    • R

      handle oauth Auth0 callback in onsen react
      Onsen UI • react tabbar navigator login authentication • • rockodragon

      1
      0
      Votes
      1
      Posts
      2621
      Views

      No one has replied

    • D

      Unsolved Implement authentication with page redirect Onsen UI 2 & React
      Onsen UI • navigator onsen ui 2 login navigation authentication • • dldpower2plan

      1
      0
      Votes
      1
      Posts
      3372
      Views

      No one has replied

    • C

      Ons-input login form not working
      Onsen UI • javascript ons-input html5 login • • Chicken_noodle

      2
      0
      Votes
      2
      Posts
      3441
      Views

      @Chicken_noodle, it would help if you see https://community.onsen.io/topic/188/how-to-ask-a-question Specifically, include a sample to reproduce your issue.
    • Facebook login error
      Onsen UI • onsen2 login facebook • • Leonardo Augusto

      2
      0
      Votes
      2
      Posts
      4933
      Views

      @Leonardo-Augusto said: OAuthException Googling the error code shows this: In FB App you have to assign an IP Site/ App Domain. Facebook matches this url with the url of the request where it came from. You can not assign localhost or 127.0.0.1 You have to enter the IP address your server. Also if it is rails then call the site with your-ip:3000 instead of localhost:3000; I use 192.168.1.154:3000 Enter the same IP address in IP of the site and APP Domain in your FB APP Settings. Edit: Maybe a better answer: http://stackoverflow.com/questions/4691782/facebook-api-error-191