Closed GoogleCodeExporter closed 8 years ago
As noted in the docs, OAuthStore2Leg does not store data between requests. If
your user is redirected by the request, then you need another storage system
that uses a database (for example, OAuthMySQL). I think this might be the cause
of your problem.
Original comment by brunobg%...@gtempaccount.com
on 6 Oct 2010 at 8:27
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. (Let me know if I am wrong)
Appreciate your reply!
Original comment by vivekris...@gmail.com
on 6 Oct 2010 at 8:44
Yep, that is a solution!
Original comment by brunobg%...@gtempaccount.com
on 6 Oct 2010 at 8:58
Thanks,Great Solution,Yeah..Its working.
Original comment by php.piyu...@gmail.com
on 29 Feb 2012 at 12:35
Original issue reported on code.google.com by
vivekris...@gmail.com
on 5 Oct 2010 at 10:26