Re: Facebook Federate 400 error with session id.

2014-11-24 Thread George Christman
Opps, sorry this was meant to go to the Tynamo mailing list. On Mon, Nov 24, 2014 at 12:24 AM, Michael wrote: > If you're using tomcat attribute disableUrlRewriting="true" to . > > Michael Gagauz > 23.11.2014 21:38 пользователь "George Christman" > написал: > > > So the first time a user attem

Re: Facebook Federate 400 error with session id.

2014-11-23 Thread Michael
If you're using tomcat attribute disableUrlRewriting="true" to . Michael Gagauz 23.11.2014 21:38 пользователь "George Christman" написал: > So the first time a user attempts to authenticate my app using facebook, > they always experience a 400 error. This generally means the redirect URL > does

Re: Facebook Federate 400 error with session id.

2014-11-23 Thread George Christman
I ended up just using a url rewriter to remove the session id from the URI. Everything is now working perfectly. On Sun, Nov 23, 2014 at 1:41 PM, George Christman wrote: > http://jira.codehaus.org/browse/TYNAMO-100 > > On Sun, Nov 23, 2014 at 1:38 PM, George Christman > wrote: > >> So the first

Re: Facebook Federate 400 error with session id.

2014-11-23 Thread George Christman
http://jira.codehaus.org/browse/TYNAMO-100 On Sun, Nov 23, 2014 at 1:38 PM, George Christman wrote: > So the first time a user attempts to authenticate my app using facebook, > they always experience a 400 error. This generally means the redirect URL > doesn't match what is stored in facebook. T