Code Monkey home page Code Monkey logo

Comments (2)

kosso avatar kosso commented on August 12, 2024

It's true, there aren't many examples. But you need to understand how to use the OAuth 1.0 spec, which you can find here : https://github.com/WP-API/OAuth1/blob/master/docs/spec.md

Also, it will then depend which language you intend to use this with. eg: PHP, JavaScript, etc. - There are many examples of them.

In my fork of the OAuth plugin with WP-API, I provided a simple test PHP script to try and authenticate a user : https://github.com/kosso/OAuth1/blob/master/php_test_auth_flow/wp_test.php

Once you have an 'access_token' for the user of your OAuth client, you then need to 'sign' requests to the server correctly, which the other examples and libraries can help with.

from oauth1.

rmccue avatar rmccue commented on August 12, 2024

https://github.com/WP-API/example-client is now available; thanks for filing this issue :)

from oauth1.

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.