modolabs / Kurogo-Mobile-Web

Kurogo is a PHP framework for delivering high quality, data driven customizable content to a wide range of mobile devices. Its strengths lie in the customizable system that allows you to adapt content from a variety of sources and easily present that to mobile devices from feature phones, to early generation smart phones, to modern devices and tablets
http://kurogo.org
GNU Lesser General Public License v2.1
198 stars 99 forks source link

Facebook Authentication Error #68

Closed dingledorf closed 11 years ago

dingledorf commented 11 years ago

I've set up my facebook app and configured the files in Kurogo properly.

On callback from facebook I'm greeted with the message:

We're sorry, but there was a problem with your sign-in.

and in the URL I see messagekey=ERROR_LOGIN_INDIRECT

Now I know I have configured it properly because there is user activity and when I click go to webapp from facebook it redirects to my website properly. I'm using Kurogo's login module to test right now. I'm not sure what the problem is, most likely something to do on callback. Any help would be greatly appreciated.