Open GoogleCodeExporter opened 8 years ago
I figured out a solution yesterday, I need to set the verifyIfSigned 's
argument as false in hello.php, in that way, it does not use the token, it just
signs.Its working.
Go to the Library and change token_type='access' to token_type=false in
function verifyIfSigned (arguments)..
Appreciate your reply!
Original comment by php.piyu...@gmail.com
on 29 Feb 2012 at 12:37
Hi,
I had the same problem. this works pretty well (thanks !). However I just will
try if it still works with on 3legged mode.
Original comment by remithom...@gmail.com
on 17 Apr 2012 at 8:51
Hi, I am facing the same problem and your solution works pretty well, however I
was wondering if its the correct way to do it? what is the root cause of this
error? what does meaning of passing false to the verifyIfSigned() function ?
is it safe or is it bypassing check ?
Appreciate your inputs.
Original comment by sambha...@gmail.com
on 27 Dec 2012 at 8:47
Original issue reported on code.google.com by
jonathan...@gmail.com
on 29 Nov 2011 at 8:51