Facebook OAuth login for iframe canvas apps displays a logo image and a Go to Facebook.com caption instead of logging in

后端 未结 4 2442
感动是毒
感动是毒 2020-12-08 16:28

I\'m trying to set up my (iframe) Facebook application to use OAuth for authentication. I used the python-sdk from Facebook, but I\'m not really satisfied by the result, yet

4条回答
  •  青春惊慌失措
    2020-12-08 17:10

    yes, top.location.href should do the trick. If you get the problem that the app breaks out the iframe, make sure you use the canvas PAGE url in your redirect, in stead of canvas url (in your app settings)

提交回复
热议问题