Coder Social home page Coder Social logo

pocket-api's People

Contributors

dependabot[bot] avatar lewisnyman avatar myhau avatar rileyjshaw avatar scottksmith95 avatar tobiaswright avatar ytkg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pocket-api's Issues

Update readme

When we switch to promises, it will be a breaking change. The Readme will need to be updated for promises and clarity

Can't use this api

Hi Tobias,

Hope you could help me to use your getpocket api

My code is the following

var pocket = require('pocket-api');

var consumer_key = '33575-07308cea474550725539d2c1';

var request_token = '';
var access_token = '';

pocket.getRequestToken( consumer_key , function( data ) {
    console.log('request token:');
    console.log( data );
    request_token = data;
});

pocket.getAccessToken( consumer_key , request_token, function( data ) {
    console.log('access token:');
    console.log( data );
    access_token = data;
});

pocket.getArticles( consumer_key , access_token, function( error, data ) {
    console.log('get:');
    console.log( error, data );
});

after executing with

node code.js

i got this error

get:
A valid access token is required to access the requested API endpoint. null request token:
{ code: '08561cc2-3a20-e1f2-c912-fedaa8', state: null }

SyntaxError: Unexpected token B
    at Object.parse (native)
    at Request._callback (/Users/francocedillo/files/projects/node/nPocket/node_modules/pocket-api/index.js:39:17)

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.