facebook app getting redirected out canvas view

前端 未结 4 2081

i am using iframe to render my app from my server. the problem is once i click on a link in my app, i am being redirected to my server. i mean, i remain in tha canvas page for a

4条回答
  •  生来不讨喜
    2021-01-25 15:02

    try putting this code on top of your page:

    ob_start();
    

    This should solve the problem of 'headers already sent' error at least.

提交回复
热议问题