duanbeng1923 2014-11-04 21:47
浏览 76
已采纳

使用常规用户使用Facebook API 4验证用户时出错

I have a web app that posts content to users facebook's written in PHP with CodeIgniter using Facebook SDK v4.

The app works normally when the user logged in is the account where the APP is registered, but when trying to log in with a regular user I get the message:

Application not configured: This App developers didn't configured the app correctly to log in with Facebook

What am I missing? Why is it only working with the user who created the APP?

Thanks

  • 写回答

1条回答 默认 最新

  • dozan0001 2014-11-04 23:00
    关注

    You have to change settings on your Facebook App configuration and change the Status & Review as follow:

    1. Open: https://developers.facebook.com/
    2. Click on Apps on the top navigation, once dropdown is opened, click on your app, which you have created.
    3. Once the corresponding App's page is opened, from the left side go to Status & Review
    4. Set the answer YES to this question: Do you want to make this app and all its live features available to the general public?

    And that's it.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 求用stm32f103c6t6在lcd1206上显示Door is open和password:
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类