I am having a iframe withing facebook fanpage , the inner iframe is at my server
a link opens the same FanPage again in pop up using window.open javascript attaching a query string to it
window.open(path,'mywindow','scrollbars=yes,toolbar=no,menubar=no,status=no,width=805,height=400');
Variable path is same fanpage location with querystring attached to it
http://www.facebook.com/pages/mypagename/234234234?sk=app_3457124854683&a=1&b=10000
I need to get variables using php
&a=1&b=100002212364645
Can somebody provide a way to access this in PHP?
The only solution i can come up with is(which i actually forgot to Jquery Ajax when i am opening another window(pop up) and perform the action using AJax
IT WORKS 🙂