You are not logged in. Please log in and try again

前端 未结 6 1575
無奈伤痛
無奈伤痛 2020-12-14 07:30

I\'m using phonegap facebook connect plugin (https://github.com/Wizcorp/phonegap-facebook-plugin) for Facebook Authentication in app. It was working till today morning. Now

相关标签:
6条回答
  • 2020-12-14 08:02

    Redirect url in app and Facebook app should be equal

    0 讨论(0)
  • I have solved this by using replace the redirect URL: http://localhost/callback

    For more info visit: http://ngcordova.com/docs/plugins/oauth/

    0 讨论(0)
  • 2020-12-14 08:05

    I got the solution, Please cross check your domain name on Facebook APP. My domain name was changes so It was not working, once I have make it correct Its working fine now.

    0 讨论(0)
  • 2020-12-14 08:06

    I had the exact same problem which popped up last few days or so. I fixed it by generating the respective platforms in the app's settings. Note that I only had the general settings before and it worked, but something probably been changed recently.

    1. Go to he settings section of your app in Facebook (Facebook developers > My Apps then Settings)
    2. Under the Basics make sure you have the respective platform. If you do and it is still not working, then remove and recreate it. Otherwise, click on [+ Add Platform] and follow the instructions. For example, for Android you need to provide: a) Your package id b) Your launcher activity full name c) Key hash - which you need to generate as per instructions using keytool and openssl

    good luck!

    0 讨论(0)
  • 2020-12-14 08:09

    well, in my case i have not made the app public . go to app review part of your app and turn "Make your app public?" to yes . try it worked for me

    0 讨论(0)
  • 2020-12-14 08:15

    All my research efforts lead me to this thread. What did the trick in my case was adding this:

    https://www.facebook.com/connect/login_success.html
    

    to the Valid OAuth redirect URIs in the facebook login settings.

    0 讨论(0)
提交回复
热议问题