Skip to main content
Participant
November 15, 2007
Question

URLLoader + URLRequest +URLVariables for Facebook

  • November 15, 2007
  • 1 reply
  • 361 views
After I send the URLVariables, the Event.COMPLETE should trigger my handleComplete function to load a new browser window targeting "_self". But this code only works if I do it with "_blank". This code does requre a login, but only logged in users will see this.

UPDATE:






This topic has been closed for replies.

1 reply

Participant
November 17, 2007
Nevermind. There was nothing wrong w/ my code.. it was for a Facebook app and they restrict what I was trying to do. If you're making a FB app and need to pass URLVariables, get a COMPLETE' response, and then fire off a redirect.. you'll have to put your app in an iFrame and target '_top'.