I made an app that does a make request on
http://mysite.com/app/index.php?uid=FRIENDID (I got that downpat) ,
however, the script on my server sets a session cookie when called
upon, and makeRequest relay proxy doesnt take the cookie. (because it
runs through a proxy of somesort that doesnt let cookie and session
sets go through) , is there a way that you guys can fix this issue or is there any way to get the makeRequest to take the cookie?