Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Treecom/accounts-pinterest

 
 

Repository files navigation

Meteor accounts-pinterest login

Instalation

meteor add treecom:accounts-pinterest

Configuration

Register your application on pinterest and grab App ID and APP Secret for next server side config:

  Meteor.startup(function() {
    ServiceConfiguration.configurations.upsert({
      service: 'pinterest'
    }, {
      service: 'pinterest',
      scope: 'read_public,write_public', // optional
      clientId: '__APP_ID__',
      secret: '__APP_SECTRET__'
    });
  });

About

Meteor accounts-pinterest login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%