热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

javascript–无法加载网址:此网址的域名未包含在应用的域中

我正在尝试从用户获取访问令牌stringresponse_scripttop.location.href'https:www.facebook.comv

我正在尝试从用户获取访问令牌

string response_script = "";

但我收到一个错误:


Can’t Load URL: The domain of this URL isn’t included in the app’s domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.


该代码运作良好.所以我认为需要添加我的网址


Valid OAuth redirect URIs


但它不再存在于高级部分中. facebook改变了它的设计,现在它看起来像this. It’s too big image and because I have it in out of stackoverflow

我能做什么?

解决方法:

我和你有同样的问题,我想通了. Facebook现在将一些功能作为插件.在左侧选择产品并添加产品.然后选择Facbook Login.从那里很直接,你会看到所有的Oauth选项出现.


推荐阅读
author-avatar
mobiledu2502861593
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有