GithubHelp home page GithubHelp logo

pinteresting-integration's Introduction

README

This project is a very basic example of working with the Pinterest JavaScript SDK (PDK)

The two functions covered are authentication and fetching pins from a given board.

Pinterest API docs: https://developers.pinterest.com/docs/api/overview/

PDK https://developers.pinterest.com/docs/sdks/js/

Use

Before using the API, Pinterest requires that you register an App with them and generate an App ID. The ID is used in authentication requests, there is one hard coded into this repo but to use the API properly you should go and and register your own App.

The Pinterest API uses Oauth 2.0 for authentication, and requires a request redirect uri to be HTTPS, so in order to run this locally you must start a HTTPS server.

You can do this any way you'd like, but I used pyhttps by @talhasch which was quick and easy to get up and running.

sudo easy_install pip

sudo pip install pyhttps

Then to use the https server

pyhttps

and the project will be running at

https://localhost:4443

pinteresting-integration's People

Contributors

miamollie avatar

Stargazers

 avatar

Watchers

 avatar

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.