Hello,
I am building an application where the users authenticates using a webPopUp.
The reason is because my app does not have user/pass but instead the users authenticate with twitter/FB/Google.
So, I open up a webPopUp, the user is presented with the social icons as options to log in, they go to that social network and authenticate using Oauth. They are returned to my web site where I identify the user on my application.
The problem now is, that I need to make additional calls using network.request but I need to add the same cookies that are set in the webPopUp. How can I read/obtain the cookies in the webPopUp?
Or how can I read the content loaded inside the webPopUp? Either one would suffice, but it would be much better if I could read the cookies of the webPopUP.
Thanks for your help.
[import]uid: 165837 topic_id: 30104 reply_id: 330104[/import]