Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

signature_invalid while getting access token #13

Open
GoogleCodeExporter opened this issue May 27, 2015 · 0 comments
Open

signature_invalid while getting access token #13

GoogleCodeExporter opened this issue May 27, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Do svn checkout
2. Download Zend framework and put it in subfolder
3. Fill configuration variables with relevant consumer data

What is the expected output? What do you see instead?

Fatal error:  Uncaught exception 'Zend_Gdata_App_HttpException' with message 
'Expected response code 200, got 401[..]' in 
/home/www/[...]/htdocs/gdata.svn/hybrid/Zend/Gdata/App.php:711

And if I trace it, then it happens because of empty access key. At index.php 
line 104
  $access_token = getAccessToken($request_token);

And if I trace that, then printing $responce gives
signature_invalid

Original issue reported on code.google.com by [email protected] on 21 Dec 2010 at 2:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant