Giter Club home page Giter Club logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
ive attached a video.

Original comment by [email protected] on 25 Jan 2009 at 3:55

Attachments:

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Hello Nomspes,   Thank you for your report.

When possible I would like to see if you can gather some more information.  
Could you define OAUTH_LOG_REQUEST in your project and then check the entries 
in the log table?  There might be more 
information why the signature was not verified correctly.

The example you included shows a different nonce than the example in the 
problem report.  Can you give a 
screenshot where the request fails, including the Authorization header?

- Marc

Original comment by [email protected] on 25 Jan 2009 at 11:20

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Here you go.

Original comment by [email protected] on 25 Jan 2009 at 4:35

Attachments:

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I think I see the problem, which I assume is a problem with the application you 
use (Endpointr).

The signature in the Authorization header must be url encoded.  The trailing 
'=' is correctly encoded, but the '+' 
is not.   The '+' character must be url encoded, now it translates back to a 
space, which gives a mismatch when 
comparing the signatures.

Original comment by [email protected] on 25 Jan 2009 at 4:54

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
ok make ssense, thanks :)

Original comment by [email protected] on 25 Jan 2009 at 7:27

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Hope this problem is resolved.  Will close this issue, as it appears to be a 
problem with a 3rd party application 
and not with the OAuth-PHP library.

Original comment by [email protected] on 26 Jan 2009 at 4:53

  • Changed state: Invalid

from oauth-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.