Redirecting to authentication dialog - “An error occurred. Please try again later”

前端 未结 30 1930
执念已碎
执念已碎 2020-11-29 04:08

Why does it always happen to me?

This happens after my application verify for user user login and redirect user to the authentication page:

https://w

30条回答
  •  -上瘾入骨i
    2020-11-29 04:37

    I was getting this error because I was starting from http://mysite.com, but had specified http://WWW.mysite.com in my Facebook settings - the www mattered... I ended up solving by using .httpaccess to always kill the "www", and pointing FB to http://mysite.com

    worst. subdomain. ever. :u)

提交回复
热议问题