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

remote server request error #139

Open
GoogleCodeExporter opened this issue Mar 1, 2016 · 0 comments
Open

remote server request error #139

GoogleCodeExporter opened this issue Mar 1, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. installed on server 1 oauth-php lib with mysql
2. registred consumer key and secret from register.php form
3. instaleld on server 2 oauth-php lib with 2leg using(client/twoleggedtest.php)
4. changed key and secret, reqeust uri with (2.)
5. opening in my browser server 2 url and doesnt work. return this :

Array
(
    [code] => 401
    [headers] => Array
        (
            [date] => Sun, 25 Aug 2013 22:41:43 GMT
            [server] => Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_qos/10.10
            [x-powered-by] => PHP/5.4.16
            [expires] => Thu, 19 Nov 1981 08:52:00 GMT
            [cache-control] => no-store, no-cache, must-revalidate, post-check=0, pre-check=0
            [pragma] => no-cache
            [x-xrds-location] => http://............
            [set-cookie] => PHPSESSID=f60ca28e10819214bd6fd29c3b3711df; path=/
            [transfer-encoding] => chunked
            [content-type] => text/plain; charset=UTF-8
        )

    [body] => OAuth Verification Failed: Can't verify request, missing oauth_consumer_key or oauth_token
)



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


What version of the product are you using? On what operating system?
191

Please provide any additional information below.

Original issue reported on code.google.com by Siriusof...@gmail.com on 25 Aug 2013 at 10:48

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