I'm getting 'p' with appParams inside. For example, this:
http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=1111111&appParams=%7B%22key%22%3A%22value%22%7D
Passes 'p' down to my $_GET, and I see'[p] => {"page":"about"}' with my standard "Show Me All the GETS" code. Honestly, I don't know if that's not how it worked before, since this is the first time I've used appParams with an External Iframe.
And, also, this has nothing to do with makeRequest. lol
*Edit*
Yeah, it comes through, no matter how its done. Even something silly like '&appParams=bob' gets passed down as 'p=bob'. If there's an error, it's either fixed or I'm not seeing it.