Is it possible to do page redirects in canvas app? I was reading facebook's tutorial and I am seeing this:
Note that http://www.example.com/canvas cannot forward to another URL via HTTP redirect responses, for example response code 301, but has to return the response directly.
How is this possible?