Facebook OAuth redirect_uri problem #39;Given URL is not permitted by the application configuration.#39;(Facebook OAuth redirect_uri 问题“应用程序配置不允许给定的 URL.)
问题描述
通过重定向到以下网址请求授权时:
When asking for authorisation by redirecting to the following url:
https://graph.facebook.com/oauth/authorize?client_id=...&scope=email,offline_access&redirect_uri=http%3A%2F%2Flocalhost%2Flogin%2Findex.php%3Fcallback%3Dfacebook
Facebook 返回无效的redirect_uri 应用程序配置不允许给定的 URL."
Facebook returns 'Invalid redirect_uri Given URL is not permitted by the application configuration.'
可能是因为我的应用程序是在 http 上注册的://syncacity.com 上的应用程序配置.但是,twitter 允许我重定向到任何 url,那么为什么 facebook 抱怨?
Possibly because my application is registered with http://syncacity.com on the application configuration. But still, twitter allows me to redirect to any url, so why is facebook whining?
我很感激你的想法:)
推荐答案
为什么不直接编辑您的主机文件并将您的域指向您的本地 ip,那么您只需要在做任何事情之前切换 dev box 主机.
why not just edit your hosts file and point your domain to your local ip then you only need to switch the dev box hosts before doing anything.
这篇关于Facebook OAuth redirect_uri 问题“应用程序配置不允许给定的 URL."的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Facebook OAuth redirect_uri 问题“应用程序配置不允许给定的 URL."
基础教程推荐
- HTTP 与 FTP 上传 2021-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- PHP 守护进程/worker 环境 2022-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- 使用 PDO 转义列名 2021-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01