I just post the oauth token and secret to the request page, not sure if this
is best practice but its passing the information correctly
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group
I am using the session manager which I found here:
http://code.google.com/p/google-api-adwords-php/source/browse/apps/sample-webapp/lib/SessionManager.php
And i store my AdwordsUser object in it like this:
// Store the AdWordsUser in session.
SessionManager::SetAdWordsUser($user);
But when I tr