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: Hints on javascript debugging

2014-11-23 Thread Paul Stanton
I find chrome debugger easier to use and faster than firebug. I used firebug for years before finding chrome more efficient. Once everything works in chrome I take it through firefox+firebug, and then IE tester for multiple versions of ie (we support 8+). I rarely find any issues in safari et

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

Facebook Federate 400 error with session id.

2014-11-23 Thread 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 doesn't match what is stored in facebook. The second time they attempt to authenticate with facebook, they are successful and never will they experience

Re: How to trigger form submission manually

2014-11-23 Thread Erich Gormann
OK, I will try. Thanks. Am 21.11.2014 19:21, schrieb Thiago H de Paula Figueiredo: On Fri, 21 Nov 2014 12:09:27 -0200, Erich Gormann wrote: Hi Thiago, Hi! thanks, but no, I'm not using value change events only, but action link events also. You are right, that some lines of js code wil