gpt4 book ai didi

JavaScript/PHP : Open window to install twitter API then send back user info to main window

转载 作者:行者123 更新时间:2023-11-28 08:58:26 26 4
gpt4 key购买 nike

我使用 window.open() 打开一个弹出窗口,该弹出窗口将使用 OAuth 重定向用户并安装我的 Twitter 应用程序,然后自行关闭。

但是,在关闭之前,我想将客户端的用户名发送到主窗口。我试过var win = window.opener;接下来是 win.someFunction(username);但它不起作用,我想在 OAuth 所做的重定向中丢失“opener”属性之前。

有没有办法从子窗口找到父窗口并发送数据?我查了一下,没有window.setName('parent');getWindowByName('parent');呵呵,这真是太好了。

更新:

我使用的是三足授权

我在第二段中谈论的尝试来自于: is it possible to open a popup with javascript and then detect when the user closes it?

最佳答案

事实证明,我只是设置了一个时间来检测窗口何时关闭,然后发送 AJAX 请求来获取我需要的数据。

关于JavaScript/PHP : Open window to install twitter API then send back user info to main window,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18115364/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com